Beispiel #1
0
 public function is_searchable()
 {
     // A bool value that indicates whether the username is a valid username
     // to search by.
     $st = !empty($this->content) ? $this->content : '';
     return strlen(PiplApi_Utils::piplapi_alnum_chars($st)) >= 4;
 }