Kraken\Util\Factory\SimpleFactoryTrait::getDefinition PHP Méthode

getDefinition() public méthode

See also: SimpleFactoryInterface::getDefinition
public getDefinition ( )
    public function getDefinition()
    {
        if (!isset($this->definition)) {
            throw new IllegalFieldException("SimpleFactory does not posses definition.");
        }
        return $this->definition;
    }