Behavior::$availableCommands

Type: string[]

File

misc/typo3/phar-stream-wrapper/src/Behavior.php, line 28

Class

Behavior

Namespace

TYPO3\PharStreamWrapper

Code

private $availableCommands = array(
  self::COMMAND_DIR_OPENDIR,
  self::COMMAND_MKDIR,
  self::COMMAND_RENAME,
  self::COMMAND_RMDIR,
  self::COMMAND_STEAM_METADATA,
  self::COMMAND_STREAM_OPEN,
  self::COMMAND_UNLINK,
  self::COMMAND_URL_STAT,
);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.