.. index:: single: Activity.php Activity.php ============ ================ ===== **Location:** extensions/GrandObjects/Activity.php **Source Code:** `master`_ **Classes:** `Activity`_ ================ ===== Description ----------- The Activity class is used to access data from the ``grand_activities`` table. An Activity is a set of Milestones to be accomplished by a Project. Static Factory Methods ---------------------- - ``newFromId($id)`` - ``newFromName($name, $projectId="")`` .. _master: https://github.com/UniversityOfAlberta/GrandForum/blob/master/extensions/GrandObjects/Activity.php .. _Activity: http://grand.cs.ualberta.ca/docs/classActivity.html