PHP Class Newscoop\Services\StatService

Show file Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$em Doctrine\ORM\EntityManager

Public Methods

Method Description
__construct ( EntityManager $em )
getAll ( )
getArticles ( $published = null )
getAttachments ( )
getAuthors ( )
getComments ( )
getHits ( )
getImages ( )
getInstallMethod ( )
getInstallationId ( )
getIp ( )
getIssues ( )
getLanguages ( )
getPublications ( )
getRamTotal ( )
getRamUsed ( )
getSections ( )
getServer ( )
getSubscribers ( $isAdmin )
getTopics ( )
getVersion ( )

Method Details

__construct() public method

public __construct ( EntityManager $em )
$em Doctrine\ORM\EntityManager

getAll() public method

public getAll ( )

getArticles() public method

public getArticles ( $published = null )

getAttachments() public method

public getAttachments ( )

getAuthors() public method

public getAuthors ( )

getComments() public method

public getComments ( )

getHits() public method

public getHits ( )

getImages() public method

public getImages ( )

getInstallMethod() public method

public getInstallMethod ( )

getInstallationId() public method

public getInstallationId ( )

getIp() public method

public getIp ( )

getIssues() public method

public getIssues ( )

getLanguages() public method

public getLanguages ( )

getPublications() public method

public getPublications ( )

getRamTotal() public method

public getRamTotal ( )

getRamUsed() public method

public getRamUsed ( )

getSections() public method

public getSections ( )

getServer() public method

public getServer ( )

getSubscribers() public method

public getSubscribers ( $isAdmin )

getTopics() public method

public getTopics ( )

getVersion() public method

public getVersion ( )

Property Details

$em protected property

protected EntityManager,Doctrine\ORM $em
return Doctrine\ORM\EntityManager