Esempio n. 1
0
 static function operation()
 {
     if (!self::$_operation) {
         self::$_operation = array('View' => ts('View'), 'Edit' => ts('Edit'), 'Create' => ts('Create'), 'Delete' => ts('Delete'), 'Search' => ts('Search'), 'All' => ts('All'));
     }
     return self::$_operation;
 }