/** * Checks to see if the page is an alias. * * @return bool */ public function isAlias() { return parent::isAlias(); }