PHP Class Sulu\Component\Content\Exception\StateTransitionException

Inheritance: extends StateException
Mostra file Open project: sulu/sulu

Public Methods

Method Description
__construct ( $from, $to, $message = null, $code = null, $previous = null )
getFrom ( ) : integer
getTo ( ) : integer

Method Details

__construct() public method

public __construct ( $from, $to, $message = null, $code = null, $previous = null )

getFrom() public method

public getFrom ( ) : integer
return integer

getTo() public method

public getTo ( ) : integer
return integer