Namespace oroboros\core\traits\libraries\file
Traits summary
| DirectoryTrait | Provides a set of methods to represent a directory.Traits provide extended method support to classes without requiring a direct, linear chain of inheritance. This allows functions to inherit subsets of related methods without declaring a parent class. |
| FileCollectionTrait | Provides a set of methods to represent a collection of files.Traits provide extended method support to classes without requiring a direct, linear chain of inheritance. This allows functions to inherit subsets of related methods without declaring a parent class. |
| FileTrait | Provides a set of methods to represent a file.Traits provide extended method support to classes without requiring a direct, linear chain of inheritance. This allows functions to inherit subsets of related methods without declaring a parent class. |
| UploadedFileTrait | Provides a set of methods to honor the Psr-7 Uploaded File Interface.Traits provide extended method support to classes without requiring a direct, linear chain of inheritance. This allows functions to inherit subsets of related methods without declaring a parent class. |