class Slug

Properties

protected string $title

Methods

__construct(string $title)

Create a new slug instance.

string
__toString()

The string presentation of the object.

Details

at line 17
__construct(string $title)

Create a new slug instance.

Parameters

string $title

at line 27
string __toString()

The string presentation of the object.

Return Value

string