PHP Класс 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
Наследование: extends Gdn_Module
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$CategorySearch
$ParentID
$ParentType
$_TagData

Открытые методы

Метод Описание
__construct ( string $Sender = '' )
__set ( $Name, $Value )
assetTarget ( ) : string
getData ( )
inlineDisplay ( ) : string
toString ( ) : string

Защищенные методы

Метод Описание
autoContext ( null $Hint = null )

Описание методов

__construct() публичный Метод

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

__set() публичный Метод

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

assetTarget() публичный Метод

public assetTarget ( ) : string
Результат string

autoContext() защищенный Метод

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

getData() публичный Метод

public getData ( )

inlineDisplay() публичный Метод

public inlineDisplay ( ) : string
Результат string

toString() публичный Метод

public toString ( ) : string
Результат string

Описание свойств

$CategorySearch защищенное свойство

protected $CategorySearch

$ParentID защищенное свойство

protected $ParentID

$ParentType защищенное свойство

protected $ParentType

$_TagData защищенное свойство

protected $_TagData