XPSPL\Routine::get_idle PHP Méthode

get_idle() public méthode

This will only return a single object which has the greatest priority.
public get_idle ( ) : integer
Résultat integer
    public function get_idle()
    {
        return isset($this->_idle[0]) ? $this->_idle[0] : null;
    }