메소드 |
설명 |
|
__construct ( FeedManager $feedManager, Doctrine\ORM\EntityManagerInterface $em, Symfony\Component\Filesystem\Filesystem $filesystem ) |
Constructor. |
|
dump ( ) |
Dumps a feed from an entity or feed items using Filesystem component. |
|
getRootDir ( ) : string |
Return rootdir. |
|
setDirection ( string $direction ) |
Sets the value of direction. |
|
setEntity ( mixed $entity ) |
Sets the value of entity. |
|
setFilename ( string $filename ) |
Sets the value of filename. |
|
setFormat ( string $format ) |
Sets the value of format. |
|
setItems ( array $items ) |
Sets items to the feed. |
|
setLimit ( integer $limit ) |
Sets the value of limit. |
|
setName ( mixed $name ) |
Sets the value of name. |
|
setOrderBy ( string $orderBy ) |
Sets the value of orderBy. |
|
setRootDir ( string $rootDir ) |
Sets the value of rootDir. |
|