rules[] = array( 'type' => $type, 'name' => $name, 'args' => $args, ); } /** * Get all rules * * @return array */ public function get_rules() { return $this->rules; } } }