Disorder::getSystemic PHP Méthode

getSystemic() public méthode

returns boolean to indicate if the disorder is systemic (true).
public getSystemic ( ) : boolean
Résultat boolean
    public function getSystemic()
    {
        if ($this->specialty_id) {
            return false;
        }
        return true;
    }