PHP Class Pimcore\Google\Cse\Item

Datei anzeigen Open project: pimcore/pimcore

Public Properties

Property Type Description
$displayLink string
$document string
$formattedUrl string
$htmlFormattedUrl string
$htmlSnippet string
$htmlTitle string
$image string
$link string
$raw array
$snippet string
$title string
$type string

Public Methods

Method Description
__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 = [] )

Method Details

__construct() public method

public __construct ( array $data )
$data array

getDocument() public method

public getDocument ( ) : string
return string

getFormattedUrl() public method

public getFormattedUrl ( ) : string
return string

getHtmlFormattedUrl() public method

public getHtmlFormattedUrl ( ) : string
return string

getHtmlSnippet() public method

public getHtmlSnippet ( ) : string
return string

getHtmlTitle() public method

public getHtmlTitle ( ) : string
return string

getImage() public method

public getImage ( ) : string
return string

getRaw() public method

public getRaw ( ) : array
return array

getSnippet() public method

public getSnippet ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

getType() public method

public getType ( ) : string
return string

setDocument() public method

public setDocument ( $document )
$document

setFormattedUrl() public method

public setFormattedUrl ( $formattedUrl )
$formattedUrl

setHtmlFormattedUrl() public method

public setHtmlFormattedUrl ( $htmlFormattedUrl )
$htmlFormattedUrl

setHtmlSnippet() public method

public setHtmlSnippet ( $htmlSnippet )
$htmlSnippet

setHtmlTitle() public method

public setHtmlTitle ( $htmlTitle )
$htmlTitle

setImage() public method

public setImage ( $image )
$image

setRaw() public method

public setRaw ( $raw )
$raw

setSnippet() public method

public setSnippet ( $snippet )
$snippet

setTitle() public method

public setTitle ( $title )
$title

setType() public method

public setType ( $type )
$type

setValue() public method

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

setValues() public method

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

Property Details

$document public_oe property

public string $document
return string

$formattedUrl public_oe property

public string $formattedUrl
return string

$htmlFormattedUrl public_oe property

public string $htmlFormattedUrl
return string

$htmlSnippet public_oe property

public string $htmlSnippet
return string

$htmlTitle public_oe property

public string $htmlTitle
return string

$image public_oe property

public string $image
return string

$raw public_oe property

public array $raw
return array

$snippet public_oe property

public string $snippet
return string

$title public_oe property

public string $title
return string

$type public_oe property

public string $type
return string