PHP 클래스 Newscoop\Entity\Webcode

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

보호된 프로퍼티들

프로퍼티 타입 설명
$article Newscoop\Entity\Article
$webcode string

공개 메소드들

메소드 설명
__construct ( string $webcode, Newscoop\Entity\Article $article )
__toString ( ) : string
getArticle ( ) : Newscoop\Entity\Article Get article
getWebcode ( ) : string | null Get webcode

메소드 상세

__construct() 공개 메소드

public __construct ( string $webcode, Newscoop\Entity\Article $article )
$webcode string
$article Newscoop\Entity\Article

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getArticle() 공개 메소드

Get article
public getArticle ( ) : Newscoop\Entity\Article
리턴 Newscoop\Entity\Article

getWebcode() 공개 메소드

Get webcode
public getWebcode ( ) : string | null
리턴 string | null

프로퍼티 상세

$article 보호되어 있는 프로퍼티

protected Newscoop\Entity\Article $article
리턴 Newscoop\Entity\Article

$webcode 보호되어 있는 프로퍼티

protected string $webcode
리턴 string