ResourceCheckerConfigCache::getPath()

string getPath() Gets the cache file path. Return Value string The cache file path

CsrfTokenManagerInterface::getToken()

CsrfToken getToken(string $tokenId) Returns a CSRF token for the given ID. If previously no token existed for the given ID, a new token is generated. Otherwise the existing token is returned (with the same value, not the same instance). Parameters string $tokenId The token ID. You may choose an arbitrary value for the ID Return Value CsrfToken The CSRF token

Process::mustRun()

Process mustRun(callable $callback = null) Runs the process. This is identical to run() except that an exception is thrown if the process exits with a non-zero exit code. Parameters callable $callback Return Value Process Exceptions RuntimeException if PHP was compiled with --enable-sigchild and the enhanced sigchild compatibility mode is not enabled ProcessFailedException if the process didn't terminate successfully

PseudoNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ProgressBar::getMessage()

getMessage($name = 'message') Parameters $name

Component\Process\Pipes

Classes AbstractPipes UnixPipes UnixPipes implementation uses unix pipes as handles. WindowsPipes WindowsPipes implementation uses temporary files as handles. Interfaces PipesInterface PipesInterface manages descriptors and pipes for the use of proc_open.

Reader::getSubstring()

string getSubstring(int $length, int $offset) Parameters int $length int $offset Return Value string

TestRunner

class TestRunner extends PHPUnit_TextUI_TestRunner {@inheritdoc}

ExecutionContextInterface::markObjectAsInitialized()

markObjectAsInitialized(string $cacheKey) Marks that an object was initialized. Parameters string $cacheKey The hash of the object See also ObjectInitializerInterface

HelperInterface::getHelperSet()

HelperSet getHelperSet() Gets the helper set associated with this helper. Return Value HelperSet A HelperSet instance