1 | <?php |
||
25 | class tx_crawler_domain_queue_entry extends tx_crawler_domain_lib_abstract_dbobject |
||
26 | { |
||
27 | |||
28 | /** |
||
29 | * @var string table name |
||
30 | */ |
||
31 | protected static $tableName = 'tx_crawler_queue'; |
||
32 | |||
33 | /** |
||
34 | * Returns the execution time of the record as int value |
||
35 | * |
||
36 | * @param void |
||
37 | * @return int |
||
38 | */ |
||
39 | public function getExecutionTime() |
||
42 | } |
||
43 | } |
||
44 |