Eloquent\Phony\Mock\Builder\Method\RealMethodDefinition::accessLevel PHP Method

accessLevel() public method

Get the access level.
public accessLevel ( ) : string
return string The access level.
    public function accessLevel()
    {
        return $this->accessLevel;
    }