protected function SortString($subjec, $seek) { $this->sorted_subject = SortString::Sort($subjec); $this->sorted_seek = SortString::Sort($seek); }
protected function CompareString($subject, $seek) { return SortString::Sort($subject) == SortString::Sort($seek); }