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
Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Protected Properties

Свойство Type Description
$CategorySearch
$ParentID
$ParentType
$_TagData

Méthodes publiques

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

Méthodes protégées

Méthode Description
autoContext ( null $Hint = null )

Method Details

__construct() public méthode

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

__set() public méthode

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

assetTarget() public méthode

public assetTarget ( ) : string
Résultat string

autoContext() protected méthode

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

getData() public méthode

public getData ( )

inlineDisplay() public méthode

public inlineDisplay ( ) : string
Résultat string

toString() public méthode

public toString ( ) : string
Résultat string

Property Details

$CategorySearch protected_oe property

protected $CategorySearch

$ParentID protected_oe property

protected $ParentID

$ParentType protected_oe property

protected $ParentType

$_TagData protected_oe property

protected $_TagData