PHP 클래스 Newscoop\Services\EditorService

상속: implements Newscoop\EditorInterface
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher
$em

공개 메소드들

메소드 설명
__construct ( $dispatcher, $em )
getLink ( $article ) {@inheritDoc}
getLinkParameters ( $article ) {@inheritDoc}

비공개 메소드들

메소드 설명
getArticleDetails ( $article )

메소드 상세

__construct() 공개 메소드

public __construct ( $dispatcher, $em )

getLinkParameters() 공개 메소드

{@inheritDoc}
public getLinkParameters ( $article )

프로퍼티 상세

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

protected $dispatcher

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

protected $em