mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
16
lib/model/JobStatus.php
Executable file
16
lib/model/JobStatus.php
Executable file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Subclass for representing a row from the 'job_status' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @package lib.model
|
||||
*/
|
||||
class JobStatus extends BaseJobStatus
|
||||
{
|
||||
public function __toString()
|
||||
{
|
||||
return $this->getStatusName();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user