root/components/ruleMatchList/RuleNameMatch.class.php
| 118 | 119 | ||
|---|---|---|---|
126 | } | 126 | } |
127 | 127 | ||
128 | /** | 128 | /** |
129 | * Returns if the rule is empty | ||
130 | * | ||
131 | * @return boolean | ||
132 | */ | ||
133 | public function isEmpty() | ||
134 | { | ||
135 | return ( sizeof( $this->arrNameList ) == 0 ); | ||
136 | } | ||
137 | |||
138 | /** | ||
129 | * Match the string name | 139 | * Match the string name |
130 | * | 140 | * |
131 | * @param string $strName | 141 | * @param string $strName |
Download diff