Created
April 5, 2018 19:27
-
-
Save beinoriusju/6b7c095149d67e4dbf458711aa0af4d3 to your computer and use it in GitHub Desktop.
This file contains 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 | |
/* | |
* Empty | |
*/ | |
class ControllerExtensionModuleAgeRestriction extends Controller { | |
private $error = array(); | |
public function index() { | |
} | |
public function configure() { | |
} | |
public function validate() { | |
} | |
public function install() { | |
} | |
public function uninstall() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment