CurrentObjectPathStack
FinalYes
A stack for CurrentObjectPath: When opening a block "{", CurrentObjectPath is pushed, when closing a block "}", it is popped from this stack.
Tags
Table of Contents
Methods
- getCurrent() : CurrentObjectPath
- getFirst() : CurrentObjectPath
- pop() : CurrentObjectPath
- push() : void
Methods
getCurrent()
public
getCurrent() : CurrentObjectPath
Return values
CurrentObjectPathgetFirst()
public
getFirst() : CurrentObjectPath
Return values
CurrentObjectPathpop()
public
pop() : CurrentObjectPath
Return values
CurrentObjectPathpush()
public
push(CurrentObjectPath $path) : void
Parameters
- $path : CurrentObjectPath