Exemplo n.º 1
0
 /**
  * Set the read-only status of the row.
  *
  * @param boolean $flag
  * @return Centurion_Db_Table_Row_Abstract
  */
 public function setReadOnly($flag)
 {
     parent::setReadOnly($flag);
     return $this;
 }