Documentation

Jonah_View_StoryEdit extends Jonah_View_Base
in package

Jonah_View_StoryEdit:: to add/edit stories.

Copyright 2003-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (BSD). If you did not did not receive this file, see http://cvs.horde.org/co.php/jonah/LICENSE.

Tags
author

Chuck Hagenbuch chuck@horde.org

author

Marko Djukic marko@oblo.com

TODO:

This will be rewritten to NOT use Horde_Form since we want more control over the form and, especially, the RTE.

Table of Contents

$_params  : array<string|int, mixed>
Values to include in the view's scope
__construct()  : mixed
Const'r
run()  : mixed
$notification $registry $vars
_exit()  : mixed

Properties

$_params

Values to include in the view's scope

protected array<string|int, mixed> $_params

Methods

__construct()

Const'r

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

View parameters

Return values
mixed

run()

$notification $registry $vars

public run() : mixed
Return values
mixed

_exit()

protected _exit(mixed $message) : mixed
Parameters
$message : mixed
Return values
mixed

Search results