14 calls to Filesystem::box()
- Filesystem::appendToFile in vendor/
symfony/ filesystem/ Filesystem.php - Appends content to an existing file.
- Filesystem::chgrp in vendor/
symfony/ filesystem/ Filesystem.php - Change the group of an array of files or directories.
- Filesystem::chmod in vendor/
symfony/ filesystem/ Filesystem.php - Change mode for an array of files or directories.
- Filesystem::chown in vendor/
symfony/ filesystem/ Filesystem.php - Change the owner of an array of files or directories.
- Filesystem::copy in vendor/
symfony/ filesystem/ Filesystem.php - Copies a file.
- Filesystem::doRemove in vendor/
symfony/ filesystem/ Filesystem.php - Filesystem::dumpFile in vendor/
symfony/ filesystem/ Filesystem.php - Atomically dumps content into a file.
- Filesystem::hardlink in vendor/
symfony/ filesystem/ Filesystem.php - Creates a hard link, or several hard links to a file.
- Filesystem::mkdir in vendor/
symfony/ filesystem/ Filesystem.php - Creates a directory recursively.
- Filesystem::readFile in vendor/
symfony/ filesystem/ Filesystem.php - Returns the content of a file as a string.
- Filesystem::rename in vendor/
symfony/ filesystem/ Filesystem.php - Renames a file or a directory.
- Filesystem::symlink in vendor/
symfony/ filesystem/ Filesystem.php - Creates a symbolic link or copy a directory.
- Filesystem::tempnam in vendor/
symfony/ filesystem/ Filesystem.php - Creates a temporary file with support for custom stream wrappers.
- Filesystem::touch in vendor/
symfony/ filesystem/ Filesystem.php - Sets access and modification time of file.