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 | |
/** | |
* Base auth presenter, provides support for annotation based authorization checks. | |
* | |
* @author Ondrej Skalicka | |
*/ | |
abstract class BaseAuthPresenter extends Presenter { | |
public $oldLayoutMode = FALSE; | |