Example #1
0
 protected function fill($raw)
 {
     parent::fill($raw);
     if (is_object($raw)) {
         $this->data['id'] = $raw->ID;
         $this->data['ID'] = $raw->ID;
     }
 }
Example #2
0
 public function __construct($args = null)
 {
     $this->position = 0;
     $this->locations = get_nav_menu_locations();
     parent::__construct($args);
 }