InterNations\Component\HttpMock\PHPUnit\HttpMockFacade::__get PHP Method

__get() public method

public __get ( $property )
    public function __get($property)
    {
        if (isset($this->services[$property])) {
            return $this->services[$property];
        }
        return $this->services[$property] = $this->createService($property);
    }