properties = $properties; } public function view($name, $args = array()) { extract($args); include $this->properties->view_dir . $name . '.php'; } public function plugin_page() { $this->view('admin'); } public function tool_box() { $this->view('tools-card'); } }