コード例 #1
0
 /**
  * Returns true if this user is part of a specific project
  *
  * @param Project $project
  * @param boolean $use_cache
  * @return boolean
  */
 function isProjectMember($project, $use_cache = true)
 {
     return ProjectUsers::isProjectMember($this, $project, $use_cache);
 }