Skip to content

Instantly share code, notes, and snippets.

@gskema
Created May 10, 2015 07:56
Show Gist options
  • Save gskema/04af5a98b56ee59f01e1 to your computer and use it in GitHub Desktop.
Save gskema/04af5a98b56ee59f01e1 to your computer and use it in GitHub Desktop.
Unextendable class methods
class BlockTopMenu extends Module
{
private $_menu = '';
private $_html = '';
private $user_groups;
...
private function getMenuItems(){ ... }
protected function makeMenuOption(){ ... }
private function getCMSPages(...){ ... }
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment