IsAExpectation::getType PHP Method

getType() protected method

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