fixed a bunch of bugs
This commit is contained in:
parent
3b5a7d6f52
commit
fd57cbaa51
8 changed files with 25 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ Package to manipulate items in WebGUI's asset system. Replaces Collateral.
|
|||
|
||||
An asset is the basic class of content in WebGUI. This handles security, urls, and other basic information common to all content items.
|
||||
|
||||
A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's anscestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants.
|
||||
A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's ancestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants.
|
||||
|
||||
use WebGUI::Asset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue