Kraken\_Unit\Filesystem\_Mock\FilesystemAdapterFactoryMock::__call PHP Method

__call() public method

public __call ( $method, $args = [] )
    public function __call($method, $args = [])
    {
        return $this;
    }
FilesystemAdapterFactoryMock