improving class comments.

This commit is contained in:
Taylor Otwell
2011-08-13 22:19:04 -05:00
parent 47d2207c67
commit 21a6040a79
5 changed files with 13 additions and 16 deletions

View File

@@ -6,8 +6,9 @@ use System\HTML;
class Asset {
/**
* All of the asset containers. Asset containers are created through the
* container method, and are managed as singletons.
* All of the instantiated asset containers.
*
* Asset containers are created through the container method, and are singletons.
*
* @var array
*/