PHP Class Newscoop\Services\EditorService

Inheritance: implements Newscoop\EditorInterface
Show file Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$dispatcher
$em

Public Methods

Method Description
__construct ( $dispatcher, $em )
getLink ( $article ) {@inheritDoc}
getLinkParameters ( $article ) {@inheritDoc}

Private Methods

Method Description
getArticleDetails ( $article )

Method Details

__construct() public method

public __construct ( $dispatcher, $em )

getLinkParameters() public method

{@inheritDoc}
public getLinkParameters ( $article )

Property Details

$dispatcher protected property

protected $dispatcher

$em protected property

protected $em