Skip to content

Instantly share code, notes, and snippets.

@beinoriusju
Created April 9, 2018 17:59
Show Gist options
  • Save beinoriusju/8a8f83e0d2eba86bd08dd01251aaa4f9 to your computer and use it in GitHub Desktop.
Save beinoriusju/8a8f83e0d2eba86bd08dd01251aaa4f9 to your computer and use it in GitHub Desktop.
<?php
class ControllerExtensionModuleAgeRestriction extends Controller {
private $error = array();
public function index() {}
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