Parser::parseSeries()

static array parseSeries(array $tokens) Parses the arguments for ":nth-child()" and friends. Parameters array $tokens Return Value array Exceptions SyntaxErrorException

Form::getFormNode()

DOMElement getFormNode() Gets the form node associated with this form. Return Value DOMElement A \DOMElement instance

ChoiceList deprecated::getRemainingViews()

array getRemainingViews() Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys. Example: array( 'Group 1' => array( 10 => ChoiceView object, 20 => ChoiceView object, ), 'Group 2' => array( 30 => ChoiceView object, ), ) Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher leve

ParameterBagInterface::has()

bool has(string $name) Returns true if a parameter name is defined. Parameters string $name The parameter name Return Value bool true if the parameter name is defined, false otherwise

ServerStartCommand

class ServerStartCommand extends ServerCommand Runs PHP's built-in web server in a background process. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Comman

ChoiceListView

class ChoiceListView Represents a choice list in templates. A choice list contains choices and optionally preferred choices which are displayed in the very beginning of the list. Both choices and preferred choices may be grouped in {@link ChoiceGroupView} instances. Properties ChoiceGroupView[]|ChoiceView[] $choices The choices. ChoiceGroupView[]|ChoiceView[] $preferredChoices The preferred choices. Methods __construct(array $choices = array(), array $preferredChoices = array())

ProgressHelper deprecated::setCurrent()

setCurrent(int $current, bool $redraw = false) Sets the current progress. Parameters int $current The current progress bool $redraw Whether to redraw or not Exceptions LogicException

ModelChoiceList

class ModelChoiceList extends ObjectChoiceList A choice list for object choices based on Propel model. Methods __construct(string $class, string $labelPath = null, array|Traversable $choices = null, ModelCriteria $queryObject = null, string $groupPath = null, array|ModelCriteria $preferred = array(), PropertyAccessorInterface $propertyAccessor = null, string $useAsIdentifier = null) Constructor. array getChoices() Returns the list of choices array getValues() Returns the values

DumperInterface::getProxyFactoryCode()

string getProxyFactoryCode(Definition $definition, $id) Generates the code to be used to instantiate a proxy in the dumped factory code. Parameters Definition $definition $id Return Value string

ChainAdapter::commit()

commit() {@inheritdoc}