예제 #1
0
 function getState($key)
 {
     return $this->session->get($key);
 }
예제 #2
0
 /**
  * This property holds the name of the organization that wrote this 
  * application.<br />
  * The value is used by the MSettings class when it is constructed using the 
  * empty constructor. This saves having to repeat this information each time 
  * a MSettings object is created.
  * 
  * @return string
  */
 public static function getOrganizationName()
 {
     return MSession::get(MCoreApplication::ORGANIZATION_NAME);
 }