Exemple #1
0
 /**
  * Get all schemas data
  *
  * @return array
  */
 protected function getAllSchemaCells()
 {
     $result = parent::getAllSchemaCells();
     if (!empty($result['xpc_private_key_password'])) {
         $result['xpc_private_key_password'][self::SCHEMA_TRUSTED] = true;
     }
     return $result;
 }