|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.comments.Comment
public class Comment
******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ******************************************************************************* I am a Comment Entity
Constructor Summary | |
---|---|
init()
constructor |
Method Summary | |
---|---|
any |
GETAUTHOR()
|
any |
GETAUTHOREMAIL()
|
any |
GETAUTHORIP()
|
any |
GETAUTHORURL()
|
any |
GETCOMMENTID()
|
any |
GETCONTENT()
|
any |
GETCREATEDDATE()
|
any |
GETISAPPROVED()
|
any |
GETRELATEDCONTENT()
|
boolean |
HASRELATEDCONTENT()
|
void |
SETAUTHOR(any author)
|
void |
SETAUTHOREMAIL(any authorEmail)
|
void |
SETAUTHORIP(any authorIP)
|
void |
SETAUTHORURL(any authorURL)
|
void |
SETCONTENT(any content)
|
void |
SETCREATEDDATE(any createdDate)
|
void |
SETISAPPROVED(any isApproved)
|
void |
SETRELATEDCONTENT(any relatedContent)
|
string |
getDisplayContent()
Get Display Content |
string |
getDisplayCreatedDate()
Get formatted createdDate |
any |
getMemento()
Get memento representation |
any |
getParentSlug()
Get parent slug from either the page it belongs or the entry it belongs to |
any |
getParentTitle()
Get parent title from either the page it belongs or the entry it belongs to |
boolean |
isLoaded()
is loaded? |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any GETAUTHOR()
public any GETAUTHOREMAIL()
public any GETAUTHORIP()
public any GETAUTHORURL()
public any GETCOMMENTID()
public any GETCONTENT()
public any GETCREATEDDATE()
public any GETISAPPROVED()
public any GETRELATEDCONTENT()
public boolean HASRELATEDCONTENT()
public void SETAUTHOR(any author)
author
public void SETAUTHOREMAIL(any authorEmail)
authorEmail
public void SETAUTHORIP(any authorIP)
authorIP
public void SETAUTHORURL(any authorURL)
authorURL
public void SETCONTENT(any content)
content
public void SETCREATEDDATE(any createdDate)
createdDate
public void SETISAPPROVED(any isApproved)
isApproved
public void SETRELATEDCONTENT(any relatedContent)
relatedContent
public string getDisplayContent()
public string getDisplayCreatedDate()
public any getMemento()
public any getParentSlug()
public any getParentTitle()
public boolean isLoaded()
|
ContentBox Core API 1.5.7 | ||||
FRAMES |