<?php class My_InvalidPage { /** * Returns the page's href * * @return string */ public function getHref() { return '#'; } }