Revision 612

Date:
2016/11/02 16:30:39
Author:
ahitrov
Revision Log:
Wrong method documentation

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/lib/Contenido/Document.pm

     
    74 74 ####
    75 75 # Шаблонный метод для описания полей в документах других классов,
    76 76 # связанных с данным документом связью многие-к-одному от поля
    77 # field документа класса class к id (или source_field) данного документа
    77 # field документа класса class к id (или source_field) данного документа.
    78 # auto - дополнительная инициализация полей создаваемого (target) документа
    79 # на базе значений полей текущего (source) документа
    78 80 #
    79 81 # Пример:
    80 82 # {
     
    83 85 # filter => 'filter_name that will be set to "get_documents" request'
    84 86 # field => 'table_field which is linked to the current table'
    85 87 # source_field => 'field (except id) to which target table is linked to'
    86 # auto => { source_field1 => target_field1, source_field2 => target_field2 ... }
    88 # auto => { target_field1 => source_field1, target_field2 => source_field2 ... }
    87 89 # }
    88 90 #
    89 91 ##################################################################