Page::find($id)

Version 3.8

Find a page with given id

Return value

Object Page

Arguments

$id
Page id number

Full documentation

Find a product that has an id 1001:

$Product = $this->get('page','product')->find(1001);