SlotsHelper::stop()

stop() Stops a slot. Exceptions LogicException if no slot has been started

SlotsHelper::start()

start(string $name) Starts a new slot. This method starts an output buffer that will be closed when the stop() method is called. Parameters string $name The slot name Exceptions InvalidArgumentException if a slot with the same name is already started

SlotsHelper::output()

bool output(string $name, bool|string $default = false) Outputs a slot. Parameters string $name The slot name bool|string $default The default slot content Return Value bool true if the slot is defined or if a default content has been provided, false otherwise

SlotsHelper::has()

bool has(string $name) Returns true if the slot exists. Parameters string $name The slot name Return Value bool

SlotsHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

SlotsHelper

class SlotsHelper extends Helper SlotsHelper manages template slots. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper start(string $name) Starts a new slot. stop() Stops a slot. bool has(string $name) Returns true if the slot exists. string get(string $name, bool|string $default = false) Gets the slot value. set(string $name, string $content) Sets a slot value. bool output(

SizeRangeFilterIterator

class SizeRangeFilterIterator extends FilterIterator SizeRangeFilterIterator filters out files that are not in the given size range. Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $comparators) Constructor. bool accept() Filters the iterator values. Details rewind() This is

SimpleXMLElement deprecated::phpize()

static mixed phpize(mixed $value) Converts an xml value to a PHP type. Parameters mixed $value Return Value mixed

SimpleXMLElement deprecated::getAttributeAsPhp()

mixed getAttributeAsPhp(string $name) Converts an attribute as a PHP type. Parameters string $name Return Value mixed

SimpleXMLElement deprecated::getArgumentsAsPhp()

mixed getArgumentsAsPhp(string $name, bool $lowercase = true) Returns arguments as valid PHP types. Parameters string $name bool $lowercase Return Value mixed