Eloquent\Phony\Mock\Exception\InvalidTypeException::type PHP 메소드

type() 공개 메소드

Get the type.
public type ( ) : mixed
리턴 mixed The type.
    public function type()
    {
        return $this->type;
    }
InvalidTypeException