Skip to content

Instantly share code, notes, and snippets.

@beinoriusju
Created April 5, 2018 19:27
Show Gist options
  • Save beinoriusju/6b7c095149d67e4dbf458711aa0af4d3 to your computer and use it in GitHub Desktop.
Save beinoriusju/6b7c095149d67e4dbf458711aa0af4d3 to your computer and use it in GitHub Desktop.
<?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