Ejemplo n.º 1
0
 /**
  * checks if the page is checked out, if it is return true.
  *
  * @return bool
  */
 public function isCheckedOut()
 {
     return parent::isCheckedOut();
 }