CommonITILObject::getAllStatusArray PHP Метод

getAllStatusArray() статический публичный Метод

Get the ITIL object status list
static public getAllStatusArray ( $withmetaforsearch = false ) : an
$withmetaforsearch boolean (false by default)
Результат an array
    static function getAllStatusArray($withmetaforsearch = false)
    {
        // To be overridden by class
        $tab = array();
        return $tab;
    }
CommonITILObject