IsAExpectation::getType PHP Méthode

getType() protected méthode

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