Nexus API Reference

ActorPathContract extends Stringable

Common contract for local and remote actor paths.

Tags
psalm-api

Table of Contents

Methods

depth()  : int
equals()  : bool
isChildOf()  : bool
isDescendantOf()  : bool
name()  : string
parent()  : self|null

Methods

equals()

public equals(self $other) : bool
Parameters
$other : self
Return values
bool

isChildOf()

public isChildOf(self $parent) : bool
Parameters
$parent : self
Return values
bool

isDescendantOf()

public isDescendantOf(self $ancestor) : bool
Parameters
$ancestor : self
Return values
bool

        
On this page

Search results