Searched refs:attribute_string (Results 1 – 2 of 2) sorted by relevance
29 * @param string $attribute_string String containing the selector31 public function __construct($attribute_string) { argument32 $attribute_string = trim ($attribute_string, '[] ');33 $found = strpos ($attribute_string, '|');35 $attribute_string [$found+1] == '=') {36 $found = strpos ($attribute_string, '|', $found+1);40 $this->namespaze = substr ($attribute_string, 0, $found);42 $attribute_string = substr ($attribute_string, $found + 1);44 $found = strpos ($attribute_string, '=');46 $this->attribute = $attribute_string;[all …]
289 $attribute_string =296 if ($attribute_string) {298 $attribute_string,