ShortTagExpander
class ShortTagExpander implements FilterInterface (View source)
Expand the short PHP open tags (and optionally the short PHP echo tags).
Properties
protected bool | $expandEcho | Should the short PHP echo tags be expanded too? |
|
protected OutputInterface | $output | ||
protected VolatileDirectory | $volatileDirectory | ||
protected ShortTagExpander | $expander | ||
protected Filesystem | $fs |
Methods
__construct(bool $expandEcho, OutputInterface $output, VolatileDirectory $volatileDirectory, ShortTagExpander $expander, Filesystem $fs)
Initialize the instance.
Details
__construct(bool $expandEcho, OutputInterface $output, VolatileDirectory $volatileDirectory, ShortTagExpander $expander, Filesystem $fs)
Initialize the instance.
PackerFile[]
apply(PackerFile $file)
Process a file/directory.