Kraken\Util\Factory\SimpleFactoryTrait::getDefinition PHP Method

getDefinition() public method

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