ActorPathContract
extends
Stringable
in
Common contract for local and remote actor paths.
Tags
Table of Contents
Methods
- depth() : int
- equals() : bool
- isChildOf() : bool
- isDescendantOf() : bool
- name() : string
- parent() : self|null
Methods
depth()
public
depth() : int
Return values
intequals()
public
equals(self $other) : bool
Parameters
- $other : self
Return values
boolisChildOf()
public
isChildOf(self $parent) : bool
Parameters
- $parent : self
Return values
boolisDescendantOf()
public
isDescendantOf(self $ancestor) : bool
Parameters
- $ancestor : self
Return values
boolname()
public
name() : string
Return values
stringparent()
public
parent() : self|null