IsAExpectation::getType PHP 메소드

getType() 보호된 메소드

Accessor for type to check against.
protected getType ( ) : string
리턴 string Type or class name.
    protected function getType()
    {
        return $this->type;
    }