Ejemplo n.º 1
0
    function attributes()
    {
        return array_merge( array( 'sections',
                                   'languages',
                                   'users',
                                   'usergroups' ),
                            eZWorkflowEventType::attributes() );

    }
 function attributes()
 {
     return array_merge(array('available_gateways'), eZWorkflowEventType::attributes());
 }
Ejemplo n.º 3
0
 function attributes()
 {
     return array_merge(array('sections', 'languages', 'contentclass_list', 'workflow_list', 'usergroups'), eZWorkflowEventType::attributes());
 }
 function attributes()
 {
     return array_merge(array('workflow_list'), eZWorkflowEventType::attributes());
 }
Ejemplo n.º 5
0
 function attributes()
 {
     return array_merge(array('contentclass_list', 'contentclassattribute_list', 'has_class_attributes'), eZWorkflowEventType::attributes());
 }
 function attributes()
 {
     return array_merge(array('state_groups'), eZWorkflowEventType::attributes());
 }