$pages->findById()
Finds a page in the collection by id.
$pages->findById(string $id = null): mixed
Parameters
Name | Type | Default |
---|---|---|
$id | string |
null |
Return type
mixed
Finds a page in the collection by id.
$pages->findById(string $id = null): mixed
Name | Type | Default |
---|---|---|
$id | string |
null |
mixed