예제 #1
0
 /**
  * @todo verify this is needed in base class
  * Get a representation of the encryption status
  * @return bool
  */
 function is_encrypted()
 {
     return $this->_parent->is_encrypted();
 }