PHP Class Sulu\Bundle\ContentBundle\Teaser\Provider\ProviderNotFoundException

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

Public Methods

Method Description
__construct ( string $name, array $available )
getAvailable ( ) : string[] Returns available providers.
getName ( ) : string Returns requested provider.

Method Details

__construct() public method

public __construct ( string $name, array $available )
$name string
$available array

getAvailable() public method

Returns available providers.
public getAvailable ( ) : string[]
return string[]

getName() public method

Returns requested provider.
public getName ( ) : string
return string