PHP Class TagModule, vanilla

This file is part of Garden. Garden is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Garden is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Garden. If not, see . Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
Inheritance: extends Gdn_Module
Show file Open project: vanilla/vanilla Class Usage Examples

Protected Properties

Property Type Description
$CategorySearch
$ParentID
$ParentType
$_TagData

Public Methods

Method Description
__construct ( string $Sender = '' )
__set ( $Name, $Value )
assetTarget ( ) : string
getData ( )
inlineDisplay ( ) : string
toString ( ) : string

Protected Methods

Method Description
autoContext ( null $Hint = null )

Method Details

__construct() public method

public __construct ( string $Sender = '' )
$Sender string

__set() public method

public __set ( $Name, $Value )
$Name
$Value

assetTarget() public method

public assetTarget ( ) : string
return string

autoContext() protected method

protected autoContext ( null $Hint = null )
$Hint null

getData() public method

public getData ( )

inlineDisplay() public method

public inlineDisplay ( ) : string
return string

toString() public method

public toString ( ) : string
return string

Property Details

$CategorySearch protected property

protected $CategorySearch

$ParentID protected property

protected $ParentID

$ParentType protected property

protected $ParentType

$_TagData protected property

protected $_TagData