PHP Class Ojs\CoreBundle\Service\SampleObjectLoader

Exibir arquivo Open project: ojs/ojs

Protected Properties

Property Type Description
$aliceManager h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface
$em Doctrine\ORM\EntityManagerInterface
$fixturesRoot string
$locale string

Public Methods

Method Description
__construct ( h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface $aliceManager, Doctrine\ORM\EntityManagerInterface $em, $locale )
fetchMailTemplate ( ) : integer
loadAnnouncement ( ) : integer
loadArticle ( ) : integer
loadArticleAuthor ( ) : integer
loadArticleCitation ( ) : integer
loadArticleFile ( ) : integer
loadArticleType ( ) : integer
loadBoard ( ) : integer
loadContact ( ) : integer
loadContactType ( ) : integer
loadIndex ( ) : integer
loadInstitution ( ) : integer
loadIssue ( ) : integer
loadIssueFile ( ) : integer
loadJournal ( ) : integer
loadJournalIndex ( ) : integer
loadJournalPage ( ) : integer
loadJournalPost ( ) : integer
loadJournalSubmissionFile ( ) : integer
loadJournalTheme ( ) : integer
loadLang ( ) : integer
loadPage ( ) : integer
loadPeriod ( ) : integer
loadPersonTitle ( ) : integer
loadPost ( ) : integer
loadPublisher ( ) : integer
loadPublisherManager ( ) : integer
loadPublisherTheme ( ) : integer
loadPublisherType ( ) : integer
loadSection ( ) : integer
loadSubject ( ) : integer
loadUser ( ) : integer

Method Details

__construct() public method

public __construct ( h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface $aliceManager, Doctrine\ORM\EntityManagerInterface $em, $locale )
$aliceManager h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface
$em Doctrine\ORM\EntityManagerInterface

fetchMailTemplate() public method

public fetchMailTemplate ( ) : integer
return integer

loadAnnouncement() public method

public loadAnnouncement ( ) : integer
return integer

loadArticle() public method

public loadArticle ( ) : integer
return integer

loadArticleAuthor() public method

public loadArticleAuthor ( ) : integer
return integer

loadArticleCitation() public method

public loadArticleCitation ( ) : integer
return integer

loadArticleFile() public method

public loadArticleFile ( ) : integer
return integer

loadArticleType() public method

public loadArticleType ( ) : integer
return integer

loadBoard() public method

public loadBoard ( ) : integer
return integer

loadContact() public method

public loadContact ( ) : integer
return integer

loadContactType() public method

public loadContactType ( ) : integer
return integer

loadIndex() public method

public loadIndex ( ) : integer
return integer

loadInstitution() public method

public loadInstitution ( ) : integer
return integer

loadIssue() public method

public loadIssue ( ) : integer
return integer

loadIssueFile() public method

public loadIssueFile ( ) : integer
return integer

loadJournal() public method

public loadJournal ( ) : integer
return integer

loadJournalIndex() public method

public loadJournalIndex ( ) : integer
return integer

loadJournalPage() public method

public loadJournalPage ( ) : integer
return integer

loadJournalPost() public method

public loadJournalPost ( ) : integer
return integer

loadJournalSubmissionFile() public method

loadJournalTheme() public method

public loadJournalTheme ( ) : integer
return integer

loadLang() public method

public loadLang ( ) : integer
return integer

loadPage() public method

public loadPage ( ) : integer
return integer

loadPeriod() public method

public loadPeriod ( ) : integer
return integer

loadPersonTitle() public method

public loadPersonTitle ( ) : integer
return integer

loadPost() public method

public loadPost ( ) : integer
return integer

loadPublisher() public method

public loadPublisher ( ) : integer
return integer

loadPublisherManager() public method

public loadPublisherManager ( ) : integer
return integer

loadPublisherTheme() public method

public loadPublisherTheme ( ) : integer
return integer

loadPublisherType() public method

public loadPublisherType ( ) : integer
return integer

loadSection() public method

public loadSection ( ) : integer
return integer

loadSubject() public method

public loadSubject ( ) : integer
return integer

loadUser() public method

public loadUser ( ) : integer
return integer

Property Details

$aliceManager protected_oe property

protected FixtureManagerInterface,h4cc\AliceFixturesBundle\Fixtures $aliceManager
return h4cc\AliceFixturesBundle\Fixtures\FixtureManagerInterface

$em protected_oe property

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

$fixturesRoot protected_oe property

protected string $fixturesRoot
return string

$locale protected_oe property

protected string $locale
return string