Class \Prado\Web\UI\WebControls\TMetaTagCollection
TMetaTagCollection class
TMetaTagCollection represents a collection of meta tags contained in a THead control.
Class hierarchy
- \Prado\Web\UI\WebControls\TMetaTagCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.0
public
|
findIndexByID(string $id) : int
Finds the lowest cardinal index of the meta tag whose id is the one being looked for.
|
public
|
|
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by performing type check on the item being added. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |