コード例 #1
0
 static function fetchAllElements( $workflowEventID, $version, $asObject = true )
 {
     return eZPersistentObject::fetchObjectList( eZWaitUntilDateValue::definition(),
                                                 null,
                                                 array( "workflow_event_id" => $workflowEventID,
                                                        "workflow_event_version" => $version ),
                                                 null,
                                                 null,
                                                 $asObject );
 }