ZenMagick 0.9.10


zenmagick.store.shared.model.catalog\ZMMetaTagDetails
model\catalog\ZMMetaTagDetails.php at line 33

Class ZMMetaTagDetails

ZMObject
└─ZMMetaTagDetails

public class ZMMetaTagDetails
extends ZMObject

Meta tag details.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
string

getDescription()

Get the description.

string

getKeywords()

Get the keywords.

string

getTitle()

Get the title.

void

setDescription(string description)

Set the description.

void

setKeywords(string keywords)

Set the keywords.

void

setTitle(string title)

Set the title.

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

model\catalog\ZMMetaTagDetails.php at line 58

getDescription

public string getDescription()

Get the description.

Returns:
The description.

model\catalog\ZMMetaTagDetails.php at line 51

getKeywords

public string getKeywords()

Get the keywords.

Returns:
The keywords.

model\catalog\ZMMetaTagDetails.php at line 44

getTitle

public string getTitle()

Get the title.

Returns:
The title.

model\catalog\ZMMetaTagDetails.php at line 79

setDescription

public void setDescription(string description)

Set the description.

Parameters:
description - The description.

model\catalog\ZMMetaTagDetails.php at line 72

setKeywords

public void setKeywords(string keywords)

Set the keywords.

Parameters:
keywords - The keywords.

model\catalog\ZMMetaTagDetails.php at line 65

setTitle

public void setTitle(string title)

Set the title.

Parameters:
title - The title.

ZenMagick 0.9.10