Page MenuHomeWickedGov Phorge

OutputGlobToString.php
No OneTemporary

Size
296 B
Referenced Files
None
Subscribers
None

OutputGlobToString.php

<?php
namespace Shellbox\Command;
/**
* An output glob for files that are handled as strings
*/
class OutputGlobToString extends OutputGlob {
public function getOutputFile( $boxedName ) {
$instance = new OutputFileToString;
$this->files[$boxedName] = $instance;
return $instance;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 17:15 (10 h, 20 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/34/7c045718fe71cd708865e1f5f53d
Default Alt Text
OutputGlobToString.php (296 B)

Event Timeline