Kraken\Util\Factory\SimpleFactoryInterface::create PHP Метод

create() публичный Метод

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[]
Результат mixed
    public function create($args = []);