Nexus API Reference

LocalActorPath
in package
implements ActorPathContract

Read onlyYes
FinalYes

Explicit local actor path wrapper.

Tags
psalm-api

Table of Contents

Interfaces

ActorPathContract
Common contract for local and remote actor paths.

Methods

__construct()  : mixed
__toString()  : string
depth()  : int
equals()  : bool
fromString()  : self
isChildOf()  : bool
isDescendantOf()  : bool
name()  : string
parent()  : ActorPathContract|null
root()  : self
toActorPath()  : ActorPath

Methods

fromString()

public static fromString(string $path) : self
Parameters
$path : string
Return values
self

        
On this page

Search results