コード例 #1
0
ファイル: Context.php プロジェクト: JonathanRH/thebuggenie
 /**
  * Set the currently selected project
  *
  * @param \thebuggenie\core\entities\Project $project The project, or null if none
  */
 public static function setCurrentProject($project)
 {
     self::getResponse()->setBreadcrumb(null);
     self::$_selected_project = $project;
 }