PHP Class Sulu\Bundle\RouteBundle\Generator\CannotEvaluateTokenException

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

Public Methods

Method Description
__construct ( string $token, mixed $entity, Exception $previous )
getEntity ( ) : mixed Get entity.
getToken ( ) : string Get token.

Method Details

__construct() public method

public __construct ( string $token, mixed $entity, Exception $previous )
$token string
$entity mixed
$previous Exception

getEntity() public method

Get entity.
public getEntity ( ) : mixed
return mixed

getToken() public method

Get token.
public getToken ( ) : string
return string