Copied!

ActionTypeFactoryInterface

ActionTypeFactoryInterface.php : 13
Interface

Methods

publiccreateActionType()

ActionTypeFactoryInterface.php : 16

TODO - will it be used?

public createActionType(string $identifier, string $name, ActionFactoryInterface $factory[, string|null $domain = null ]) : ActionTypeInterface

Parameters

Name Type Default value Description
$identifier string - -
$name string - -
$factory ActionFactoryInterface - -
$domain string|null null -

Return values

ActionTypeInterface