PHP Interface Sulu\Bundle\MarkupBundle\Tag\TagRegistryInterface

Show file Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
getTag ( string $name, string $type ) : Sulu\Bundle\MarkupBundle\Tag\TagInterface Returns tag by name.

Method Details

getTag() public method

Returns tag by name.
public getTag ( string $name, string $type ) : Sulu\Bundle\MarkupBundle\Tag\TagInterface
$name string
$type string
return Sulu\Bundle\MarkupBundle\Tag\TagInterface