PHP Class Sulu\Bundle\MarkupBundle\Tag\TagNotFoundException

Inheritance: extends Exception
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( string $tagName, integer $type )
getTagName ( ) : string Returns tag-name.
getType ( ) : string Returns type of content.

Method Details

__construct() public method

public __construct ( string $tagName, integer $type )
$tagName string
$type integer

getTagName() public method

Returns tag-name.
public getTagName ( ) : string
return string

getType() public method

Returns type of content.
public getType ( ) : string
return string