function __construct()
 {
     parent::__construct(
         self::WORKFLOW_TYPE_STRING,
         ezpI18n::tr( 'kernel/workflow/event', 'eZ Page swap workflow event' )
     );
     $this->setTriggerTypes( array( 'content' => array( 'swap' => array ( 'after' ) ) ) );
 }
 function __construct()
 {
     parent::__construct(eZApproveType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', "Approve"));
     $this->setTriggerTypes(array('content' => array('publish' => array('before'))));
 }
 function __construct()
 {
     $this->logger = eZPaymentLogger::CreateForAdd("var/log/eZPaymentGatewayType.log");
     parent::__construct(eZPaymentGatewayType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', "Payment Gateway"));
     $this->loadAndRegisterGateways();
 }
 public function __construct()
 {
     parent::__construct(eZFinishUserRegisterType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', "Finish User Registration"));
     $this->setTriggerTypes(array('content' => array('publish' => array('after'))));
 }
 function __construct()
 {
     parent::__construct(eZMultiplexerType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', 'Multiplexer'));
 }
 function __construct()
 {
     parent::__construct(eZSimpleShippingType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', "Simple shipping"));
     $this->setTriggerTypes(array('shop' => array('confirmorder' => array('before'))));
 }
 function __construct()
 {
     parent::__construct(eZWaitUntilDateType::WORKFLOW_TYPE_STRING, ezpI18n::tr('kernel/workflow/event', "Wait until date"));
     $this->setTriggerTypes(array('content' => array('publish' => array('before', 'after'))));
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct(self::EZ_WORKFLOW_TYPE_STRING, "Netgen Push Redirect");
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct(self::EZ_WORKFLOW_TYPE_STRING, "Netgen Indexer");
 }