From 9f7cd6007b6c2efb18fc6582aaf6fa300b246ba0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2011 14:36:32 -0500 Subject: [PATCH] Improve Asset class documentation. --- system/asset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/asset.php b/system/asset.php index 820eca9f..d0e6f876 100644 --- a/system/asset.php +++ b/system/asset.php @@ -51,8 +51,10 @@ class Asset { * * // Add jQuery to the default container * Asset::script('jquery', 'js/jquery.js'); - * * + * // Equivalent call using the container method + * Asset::container()->script('jquery', 'js/jquery.js'); + * */ public static function __callStatic($method, $parameters) {