Opensoft\Tests\Storage\mockMongo::__get PHP 메소드

__get() 공개 메소드

public __get ( $name )
    public function __get($name)
    {
        return $this->collection;
    }