<?php namespace PHPFUI\Traits; trait Page { public function getPage() : \PHPFUI\Interfaces\Page { return $this->page; } }