Ejemplo n.º 1
0
 /**
  * Checks if the page is checked out by the current user.
  *
  * @return bool
  */
 public function isCheckedOutByMe()
 {
     return parent::isCheckedOutByMe();
 }