Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Arrays
  • Assets
  • Filesystem
  • Image
  • Languages
  • Mail
  • Secure
  • Strings
  • SWF
  • Utils
  • Validate
  • Visitor
  • Overview
  • Package
  • Class
  • Tree

Class Assets

Onion Framework - CSS a JS podpora

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Package: Onion::Utils
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at Utils/Assets.php
Methods summary
public
# __construct( $app )
public
# linked( $type = 'all' )
public
# included( $type = 'all' )
public
# js( $file, $code = FALSE, $minifiy = TRUE )
public
# css( $file, $code = FALSE, $minifiy = TRUE )
public
# asset( $type, $file, $code = FALSE, $minify = TRUE )
private
# create_cache( $type, $return_content = FALSE )
private
# compositing_assets( $type )
public
# js_minify( $js )
public
# css_minify( $style )
public
# reset( $type = 'all' )
Properties summary
private array $js array()
#
private string $js_hash ''
#
private array $css array()
#
private string $css_hash ''
#
private $base_uri
#
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.