creocoder / yii2-flysystem

The Flysystem integration for the Yii framework.
Other
283 stars 76 forks source link

Filesystem base class should implement League\Flysystem\FilesystemInterface #36

Closed ndobromirov closed 6 years ago

ndobromirov commented 6 years ago

It is working now, but the fact is that the the adapter is not compliant with the interface explicitly, so decoration can not be implemented easily.

schmunk42 commented 6 years ago

You can get the base filesystem from the adapter since 0.9.1, please let me know if this solves your issue.

ndobromirov commented 6 years ago

Well I was expecting the extension to have the component implement the interface directly, not through magic methods or member accessor.

It's not something impossible to work-around. Consider this closable.

schmunk42 commented 6 years ago

OK, I'll close this, if can come up with a PR, let us know.