PHP Class Chora_Renderer_File, horde
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Show file
Open project: horde/horde
Protected Properties
Public Methods
Method |
Description |
|
__construct ( Horde_View $view, Horde_Vcs_File $file, $revision ) |
|
|
Method Details
__construct()
public method
public __construct ( Horde_View $view, Horde_Vcs_File $file, $revision ) |
$view |
Horde_View |
|
$file |
Horde_Vcs_File |
|
Property Details
$_file protected property
protected Horde_Vcs_File $_file |
return |
Horde_Vcs_File |
|
$_revision protected property
protected string $_revision |
return |
string |
|
$_view protected property
protected Horde_View $_view |
return |
Horde_View |
|