예제 #1
0
 /**
  * filters a FileList by the uID of the owning User
  * @param int $uID
  * @return void
  * @since 5.4.1.1+
  */
 public function filterByAuthorUserID($uID)
 {
     return parent::filterByAuthorUserID($uID);
 }