Phprest\Entity\Error::getCode PHP 메소드

getCode() 공개 메소드

public getCode ( ) : integer
리턴 integer
    public function getCode()
    {
        return $this->code;
    }