ultimix
permit_view_1_0_0 Class Reference

Public Member Functions

 __construct ()
 pre_generation ()

Data Fields

 $String = false
 $ControllerWasAdded = false

Detailed Description

View class.

Author
Dodonov A.A.

Definition at line 26 of file permit_view.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Author
Dodonov A.A.

Definition at line 62 of file permit_view.php.

{
try
{
$this->String = get_package( 'string' , 'last' , __FILE__ );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

pre_generation ( )

Function executes before any page generating actions took place.

Parameters
$Options- Settings.
Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 92 of file permit_view.php.

{
try
{
$PageJS = get_package( 'page::page_js' , 'last' , __FILE__ );
$Version = get_package_version_s( __CLASS__ );
$PackagePath = _get_package_relative_path_ex( 'permit::permit_view' , $Version );
$PageJS->add_javascript( "{http_host}/$PackagePath/include/js/permit_view.js" );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$ControllerWasAdded = false

Was the controller added.

Author
Dodonov A.A.

Definition at line 50 of file permit_view.php.

$String = false

Cached objects.

Author
Dodonov A.A.

Definition at line 38 of file permit_view.php.


The documentation for this class was generated from the following file: