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

define() public method

See also: SimpleFactoryInterface::define
public define ( callable $factoryMethod )
$factoryMethod callable
    public function define(callable $factoryMethod)
    {
        $this->definition = $factoryMethod;
        return $this;
    }