Created
October 3, 2014 09:37
-
-
Save dakota/9dc3536df9fce35e9b4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\View; | |
| use Cake\View\View; | |
| /** | |
| * Class HintView | |
| * | |
| * @property \Cake\View\Helper\FormHelper $Form | |
| * @property \Cake\View\Helper\HtmlHelper $Html | |
| * @property \Cake\View\Helper\PaginatorHelper $Paginator | |
| * @property \Cake\View\Helper\SessionHelper $Session | |
| * @property \Cake\View\Helper\FlashHelper $Flash | |
| * @property \Cake\View\Helper\UrlHelper $Url | |
| */ | |
| class HintView extends View { | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @var HesaMbit\View\HintView $this | |
| */ | |
| ?> | |
| <h1>Hinted</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment