Pages::getAction($action)
Version 3.8
Open action with these pages
Version 3.8
Open action with these pages
Create action object and map pages in collection to it.
Object Action
Send confirmation mail to all Orders that are Ordered
$this->get('pages','order')
->addWhere('status','Ordered')
->getAction('order_confirmation_mail')
->send();