StubbingContextInterface::getStubDir()

string getStubDir() Returns the directory where the stub resource bundles are stored. Return Value string An absolute path to a directory.

PhpEngine::getLoader()

LoaderInterface getLoader() Gets the loader associated with this engine. Return Value LoaderInterface A LoaderInterface instance

AclInterface::getClassFieldAces()

array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL Parameters string $field Return Value array

ExprBuilder::ifArray()

ExprBuilder ifArray() Tests if the value is an array. Return Value ExprBuilder

FormInterface::isDisabled()

bool isDisabled() Returns whether this form is disabled. The content of a disabled form is displayed, but not allowed to be modified. The validation of modified disabled forms should fail. Forms whose parents are disabled are considered disabled regardless of their own state. Return Value bool

CommandTester::getDisplay()

string getDisplay(bool $normalize = false) Gets the display returned by the last execution of the command. Parameters bool $normalize Whether to normalize end of lines to \n or not Return Value string The display

RedirectResponse::getTargetUrl()

string getTargetUrl() Returns the target URL. Return Value string target URL

PathPackage::getUrl()

string getUrl(string $path) Returns an absolute or root-relative public path. Parameters string $path A path Return Value string The public path

StubbingContextInterface::getBinaryDir()

string getBinaryDir() Returns the directory where the binary resource bundles are stored. Return Value string An absolute path to a directory.

Table::setHeaders()

setHeaders(array $headers) Parameters array $headers