프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$at | DateTime | A search attribute to allow searching for worklists where the given date & time would be valid for the Worklist. | |
$automatic | boolean | A search attribute to specify if we only want to search for worklists that are automatic or manual. | |
$on | DateTime | A search attribute to allow searching for worklists that are valid for a particular date. |
메소드 | 설명 | |
---|---|---|
attributeLabels ( ) : array | ||
getDisplayDate ( ) : string | ||
getMappingAttributeIdsByName ( ) : array | Get array of mapping attributes for this Worklist, indexed by the name value of the attribute. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( $pagination = true ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
리턴 | array | customized attribute labels (name=>label) |
public getMappingAttributeIdsByName ( ) : array | ||
리턴 | array |
public search ( $pagination = true ) : CActiveDataProvider | ||
$pagination | boolean - whether to paginate the results of the search or not | |
리턴 | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public DateTime $at | ||
리턴 | DateTime |
public bool $automatic | ||
리턴 | boolean |