Collaboration diagram for UpdateAttributeStatus:Public Member Functions | |
| __construct ($statusFile) | |
| getContent () | |
| getStatus () | |
| getCodeLines ($code) | |
| getLastMessage () | |
| getError () | |
| getResults () | |
| isFinished () | |
Data Fields | |
| const | statusRunning = 1 |
| const | StatusFinished = 2 |
| const | statusUnknown = 3 |
Format document list to be easily used in
Definition at line 36 of file Class.UpdateAttributeStatus.php.
| __construct | ( | $statusFile | ) |
Definition at line 45 of file Class.UpdateAttributeStatus.php.
| getCodeLines | ( | $code | ) |
get lines which match code
| string | $code |
Definition at line 86 of file Class.UpdateAttributeStatus.php.
| getContent | ( | ) |
return file status content one line by array items
Definition at line 60 of file Class.UpdateAttributeStatus.php.
| getError | ( | ) |
return error messages empty string if not
Definition at line 111 of file Class.UpdateAttributeStatus.php.
Here is the call graph for this function:| getLastMessage | ( | ) |
get last message from file status
Definition at line 99 of file Class.UpdateAttributeStatus.php.
| getResults | ( | ) |
get all status for each documents return null is no processing doduments
Definition at line 125 of file Class.UpdateAttributeStatus.php.
Here is the call graph for this function:| getStatus | ( | ) |
return global status update file status content
Definition at line 70 of file Class.UpdateAttributeStatus.php.
| isFinished | ( | ) |
return true is status file contains message that indicates end of processing
Definition at line 139 of file Class.UpdateAttributeStatus.php.
Here is the call graph for this function:| const StatusFinished = 2 |
Definition at line 42 of file Class.UpdateAttributeStatus.php.
| const statusRunning = 1 |
Definition at line 41 of file Class.UpdateAttributeStatus.php.
| const statusUnknown = 3 |
Definition at line 43 of file Class.UpdateAttributeStatus.php.