/
{ |
function AutoRSSType() |
{ |
$this->eZWorkflowEventType( 'autorss', ezi18n( 'extension/autorss', 'Auto RSS' ) ); |
$this->eZWorkflowEventType( 'autorss', ezpI18n::tr( 'extension/autorss', 'Auto RSS' ) ); |
$this->setTriggerTypes( array( 'content' => array( 'publish' => array( 'after' ) ) ) ); |
} |
|