PHP Класс Pimcore\Google\Cse\Item

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$displayLink string
$document string
$formattedUrl string
$htmlFormattedUrl string
$htmlSnippet string
$htmlTitle string
$image string
$link string
$raw array
$snippet string
$title string
$type string

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

Метод Описание
__construct ( array $data )
getDisplayLink ( ) : string
getDocument ( ) : string
getFormattedUrl ( ) : string
getHtmlFormattedUrl ( ) : string
getHtmlSnippet ( ) : string
getHtmlTitle ( ) : string
getImage ( ) : string
getLink ( ) : string
getRaw ( ) : array
getSnippet ( ) : string
getTitle ( ) : string
getType ( ) : string
setDisplayLink ( $displayLink )
setDocument ( $document )
setFormattedUrl ( $formattedUrl )
setHtmlFormattedUrl ( $htmlFormattedUrl )
setHtmlSnippet ( $htmlSnippet )
setHtmlTitle ( $htmlTitle )
setImage ( $image )
setLink ( $link )
setRaw ( $raw )
setSnippet ( $snippet )
setTitle ( $title )
setType ( $type )
setValue ( $key, $value )
setValues ( array $data = [] )

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

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

public __construct ( array $data )
$data array

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

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

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

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

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

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

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

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

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

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

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

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

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

public getRaw ( ) : array
Результат array

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

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

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

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

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

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

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

public setDocument ( $document )
$document

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

public setFormattedUrl ( $formattedUrl )
$formattedUrl

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

public setHtmlFormattedUrl ( $htmlFormattedUrl )
$htmlFormattedUrl

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

public setHtmlSnippet ( $htmlSnippet )
$htmlSnippet

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

public setHtmlTitle ( $htmlTitle )
$htmlTitle

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

public setImage ( $image )
$image

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

public setRaw ( $raw )
$raw

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

public setSnippet ( $snippet )
$snippet

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

public setTitle ( $title )
$title

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

public setType ( $type )
$type

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

public setValue ( $key, $value )
$key
$value

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

public setValues ( array $data = [] )
$data array

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

$document публичное свойство

public string $document
Результат string

$formattedUrl публичное свойство

public string $formattedUrl
Результат string

$htmlFormattedUrl публичное свойство

public string $htmlFormattedUrl
Результат string

$htmlSnippet публичное свойство

public string $htmlSnippet
Результат string

$htmlTitle публичное свойство

public string $htmlTitle
Результат string

$image публичное свойство

public string $image
Результат string

$raw публичное свойство

public array $raw
Результат array

$snippet публичное свойство

public string $snippet
Результат string

$title публичное свойство

public string $title
Результат string

$type публичное свойство

public string $type
Результат string