Overview

Namespaces

  • GAubry
    • ErrorHandler
    • Helpers
    • Logger
    • Shell
  • Himedia
    • Padocc
      • DB
      • Minifier
      • Numbering
      • Properties
      • Task
        • Base
        • Extended
  • None
  • Psr
    • Log

Classes

  • PathStatus
  • ShellAdapter
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class PathStatus

All possible status for a file system path.

Final
Namespace: GAubry\Shell
Located at shell/src/GAubry/Shell/PathStatus.php
Methods summary
private
# __construct( )

Constructor.

Constructor.

CodeCoverageIgnore

Constants summary
integer STATUS_NOT_EXISTS 0
#

Path doesn't exist.

Path doesn't exist.

integer STATUS_FILE 1
#

Path is a file.

Path is a file.

integer STATUS_DIR 2
#

Path is a directory.

Path is a directory.

integer STATUS_BROKEN_SYMLINK 10
#

Path is a broken symbolic link.

Path is a broken symbolic link.

integer STATUS_SYMLINKED_FILE 11
#

Path is a symbolic link to a true file.

Path is a symbolic link to a true file.

integer STATUS_SYMLINKED_DIR 12
#

Path is a symbolic link to a directory.

Path is a symbolic link to a directory.

Platform for Automatized Deployments with pOwerful Concise Configuration API documentation generated by ApiGen 2.8.0