IsAExpectation::getType PHP Метод

getType() защищенный Метод

Accessor for type to check against.
protected getType ( ) : string
Результат string Type or class name.
    protected function getType()
    {
        return $this->type;
    }