Overview

Namespaces

  • Pharborist
    • Constants
    • ControlStructures
    • Exceptions
    • Functions
    • Generators
    • Namespaces
    • Objects
    • Operators
    • Types
    • Variables

Classes

  • AnonymousFunctionNode
  • CallbackCallNode
  • CallNode
  • DefineNode
  • EmptyNode
  • EvalNode
  • FunctionCallNode
  • FunctionDeclarationNode
  • HaltCompilerNode
  • IssetNode
  • ListNode
  • ParameterNode
  • ParameterNodeCollection
  • UnsetNode

Interfaces

  • LexicalVariableNode

Traits

  • ArgumentTrait
  • FunctionTrait
  • ParameterTrait
  • Overview
  • Namespace
  • Class

Class ParameterNodeCollection

A set of matched nodes.

jQuery like wrapper around Node[] to support Traversing and Manipulation.

Pharborist\NodeCollection implements IteratorAggregate, Countable, ArrayAccess
Extended by Pharborist\Functions\ParameterNodeCollection
Namespace: Pharborist\Functions
Located at Functions/ParameterNodeCollection.php
Methods summary
public boolean
# offsetExists( integer $offset )

Implements \ArrayAccess::offsetExists().

Implements \ArrayAccess::offsetExists().

Parameters

$offset

Returns

boolean

Overrides

Pharborist\NodeCollection::offsetExists()
public Pharborist\Functions\ParameterNode
# offsetGet( integer $offset )

Implements \ArrayAccess::offsetGet().

Implements \ArrayAccess::offsetGet().

Parameters

$offset

Returns

Pharborist\Functions\ParameterNode

Overrides

Pharborist\NodeCollection::offsetGet()
Methods inherited from Pharborist\NodeCollection
__clone(), __construct(), add(), addTo(), after(), before(), children(), clear(), closest(), count(), each(), filter(), find(), first(), get(), getIterator(), has(), indexOf(), insertAfter(), insertBefore(), is(), isEmpty(), isNotEmpty(), last(), map(), next(), nextAll(), nextUntil(), not(), offsetSet(), offsetUnset(), parent(), parents(), parentsUntil(), previous(), previousAll(), previousUntil(), reduce(), remove(), replaceAll(), replaceWith(), reverse(), siblings(), slice(), toArray()
Pharborist API documentation generated by ApiGen