PHP Class Newscoop\Entity\Repository\ThemeRepository

Inheritance: extends Doctrine\ORM\EntityRepository
Show file Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$loader Newscoop\Theme\Loader\Loader

Public Methods

Method Description
findAll ( ) : array Find all themes from given source
install ( $offset ) : void Install theme
setLoader ( Newscoop\Entity\Theme\Loader\Loader $loader ) : void Set theme loader
uninstall ( integer $id ) : void Uninstall theme

Method Details

findAll() public method

Find all themes from given source
public findAll ( ) : array
return array

install() public method

Install theme
public install ( $offset ) : void
return void

setLoader() public method

Set theme loader
public setLoader ( Newscoop\Entity\Theme\Loader\Loader $loader ) : void
$loader Newscoop\Entity\Theme\Loader\Loader
return void

uninstall() public method

Uninstall theme
public uninstall ( integer $id ) : void
$id integer
return void

Property Details

$loader protected property

protected Newscoop\Theme\Loader\Loader $loader
return Newscoop\Theme\Loader\Loader