class Ui extends xelos_magic_helper

This file provides autocompletion for XELOS modules.

This file is generated by the XELOS command line tool xf kickstart. It will be overwritten when new kickstart actions are performed.

All methods are accessible with $this->mod->ui

Properties

Comment read-only $comment

Methods

new_board(string $name)

No description

new_board_comment(Comment $comment)

No description

new_comment(mixed $link_id)

No description

new_editor(string $name)

No description

Details

at line 24
Board new_board(string $name)

No description

Parameters

string $name

Return Value

Board

at line 24
BoardComment new_board_comment(Comment $comment)

No description

Parameters

Comment $comment

Return Value

BoardComment

at line 24
Comment new_comment(mixed $link_id)

No description

Parameters

mixed $link_id

Return Value

Comment

at line 24
Editor new_editor(string $name)

No description

Parameters

string $name

Return Value

Editor