n2n Page Rocket 1 API

n2n\web\dispatch\map

­Property­Path

PropertyPath implements IteratorAggregate, Countable

All Implemented Interfaces:

Constant summary

Methods summary

Modifier and Type Method
public __construct ( array pathParts )
public getIterator ( )
public isEmpty ( )
public PropertyPathPart getFirst ( )
public PropertyPathPart getLast ( )
public PropertyPathPart [] toArray ( )
public __toString ( )
public static implodePathParts ( array pathParts )
public count ( )
public createReducedPath ( unknown length )
public reduced ( unknown length )
public fieldReduced ( )
public PropertyPath createExtendedPath ( array pathParts )
public ext ( unknown pathExtExpression )
public fieldExt ( unknown key )
public PropertyPath createArrayFieldExtendedPath ( unknown key )
public static PropertyPath createFromPropertyExpression ( string propertyExpression )
public static createFromPropertyExpressionArray ( array pathPartExpressionArray )
public static createFromArray ( array pathParts )

Constants in detail

Methods in detail