Improve Asset class documentation.
This commit is contained in:
parent
daa91818d9
commit
9f7cd6007b
|
@ -51,8 +51,10 @@ public static function container($container = 'default')
|
||||||
* <code>
|
* <code>
|
||||||
* // Add jQuery to the default container
|
* // Add jQuery to the default container
|
||||||
* Asset::script('jquery', 'js/jquery.js');
|
* Asset::script('jquery', 'js/jquery.js');
|
||||||
* </code>
|
|
||||||
*
|
*
|
||||||
|
* // Equivalent call using the container method
|
||||||
|
* Asset::container()->script('jquery', 'js/jquery.js');
|
||||||
|
* </code>
|
||||||
*/
|
*/
|
||||||
public static function __callStatic($method, $parameters)
|
public static function __callStatic($method, $parameters)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue