PHP 클래스 MetaImage

상속: extends MetaDbObject
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $p_imageId = null )
getImageUrl ( $width = null, $height = null, $specs = 'crop' )
getThumbnailUrl ( )

보호된 메소드들

메소드 설명
getArticleIndex ( ) : integer Returns the index of the current image inside the article.
getCaption ( ) : string Get article specific caption
getHour ( )
getImageRelativePath ( )
getMinute ( )
getMonth ( )
getMonthDay ( )
getMonthName ( )
getSecond ( )
getType ( )
getWeekDay ( )
getWeekDayName ( )
getYear ( ) fn __construct
getYearDay ( )
isLocal ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $p_imageId = null )

getArticleIndex() 보호된 메소드

If the image doesn't belong to the article returns null.
protected getArticleIndex ( ) : integer
리턴 integer

getCaption() 보호된 메소드

Get article specific caption
protected getCaption ( ) : string
리턴 string

getHour() 보호된 메소드

protected getHour ( )

getImageRelativePath() 보호된 메소드

protected getImageRelativePath ( )

getImageUrl() 공개 메소드

public getImageUrl ( $width = null, $height = null, $specs = 'crop' )

getMinute() 보호된 메소드

protected getMinute ( )

getMonth() 보호된 메소드

protected getMonth ( )

getMonthDay() 보호된 메소드

protected getMonthDay ( )

getMonthName() 보호된 메소드

protected getMonthName ( )

getSecond() 보호된 메소드

protected getSecond ( )

getThumbnailUrl() 공개 메소드

public getThumbnailUrl ( )

getType() 보호된 메소드

protected getType ( )

getWeekDay() 보호된 메소드

protected getWeekDay ( )

getWeekDayName() 보호된 메소드

protected getWeekDayName ( )

getYear() 보호된 메소드

fn __construct
protected getYear ( )

getYearDay() 보호된 메소드

protected getYearDay ( )

isLocal() 보호된 메소드

protected isLocal ( )