PHP Класс NewNoteForm, pkp-lib

Наследование: extends Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor.
execute ( $request )
fetch ( $request )
getAssocId ( ) : integer Return the assoc ID for this note.
getAssocType ( ) : integer Return the assoc type for this note.
getNewNoteFormTemplate ( ) : string Get the new note form template. Subclasses can override this method to define other template.
getSubmitNoteLocaleKey ( ) : string Return the submit note button locale key.
readInputData ( )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

execute() публичный Метод

public execute ( $request )

fetch() публичный Метод

public fetch ( $request )

getAssocId() публичный Метод

Return the assoc ID for this note.
public getAssocId ( ) : integer
Результат integer

getAssocType() публичный Метод

Return the assoc type for this note.
public getAssocType ( ) : integer
Результат integer

getNewNoteFormTemplate() публичный Метод

Get the new note form template. Subclasses can override this method to define other template.
public getNewNoteFormTemplate ( ) : string
Результат string

getSubmitNoteLocaleKey() публичный Метод

Should be overriden by subclasses.
public getSubmitNoteLocaleKey ( ) : string
Результат string

readInputData() публичный Метод

public readInputData ( )