Kraken\Util\Factory\SimpleFactoryInterface::create PHP Method

create() public method

Create object with given arguments using factoryMethod stored in Factory. Throws exception if there is no definition stored.
public create ( mixed[] $args = [] ) : mixed
$args mixed[]
return mixed
    public function create($args = []);