TableStyle::getCellRowContentFormat()

string getCellRowContentFormat() Gets row cell content format. Return Value string

NodeExtension::getName()

string getName() Returns extension name. Return Value string

NativeSessionStorage::setOptions()

setOptions(array $options) Sets session.* ini variables. For convenience we omit 'session.' from the beginning of the keys. Explicitly ignores other ini keys. Parameters array $options Session ini directives array(key => value) See also http://php.net/session.configuration

PhpEngine::getCharset()

string getCharset() Gets the current charset. Return Value string The current charset

ConfigCacheFactoryInterface

interface ConfigCacheFactoryInterface Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary. Methods ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Details ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Parameters

ChoiceFormField::isDisabled()

bool isDisabled() Check if the current selected option is disabled. Return Value bool

IcuResFileDumper

class IcuResFileDumper extends FileDumper IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messa

TwigExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

FormConfigBuilder::getOptions()

array getOptions() Returns all options passed during the construction of the form. Return Value array The passed options

ProgressBar::getBarCharacter()

string getBarCharacter() Gets the bar character. Return Value string A character