Pages::last()

Version 4

Return last page from collection.

Return value

Object Page

Example

Get last page from the collection.

$Pages->last();

Full documentation

Get last task of the project -page.

$Task = $Project->tasks->last();