SYMBOL INDEX (483 symbols across 73 files) FILE: Api/AuthorRepositoryInterface.php type AuthorRepositoryInterface (line 26) | interface AuthorRepositoryInterface method save (line 35) | public function save(AuthorInterface $author); method getById (line 44) | public function getById($authorId); method getList (line 53) | public function getList(SearchCriteriaInterface $searchCriteria); method delete (line 62) | public function delete(AuthorInterface $author); method deleteById (line 72) | public function deleteById($authorId); FILE: Api/Data/AuthorInterface.php type AuthorInterface (line 23) | interface AuthorInterface method getId (line 53) | public function getId(); method getName (line 60) | public function getName(); method getUrlKey (line 67) | public function getUrlKey(); method getIsActive (line 74) | public function getIsActive(); method getInRss (line 81) | public function getInRss(); method getBiography (line 88) | public function getBiography(); method getProcessedBiography (line 93) | public function getProcessedBiography(); method getDob (line 100) | public function getDob(); method getType (line 107) | public function getType(); method getAwards (line 114) | public function getAwards(); method getAvatar (line 121) | public function getAvatar(); method getResume (line 128) | public function getResume(); method getCountry (line 135) | public function getCountry(); method setId (line 143) | public function setId($id); method setName (line 151) | public function setName($name); method setUrlKey (line 159) | public function setUrlKey($urlKey); method setIsActive (line 167) | public function setIsActive($isActive); method setInRss (line 175) | public function setInRss($inRss); method setBiography (line 183) | public function setBiography($biography); method setDob (line 191) | public function setDob($dob); method setType (line 199) | public function setType($type); method setAwards (line 207) | public function setAwards($awards); method setAvatar (line 215) | public function setAvatar($avatar); method setResume (line 223) | public function setResume($resume); method setCountry (line 231) | public function setCountry($country); method getCreatedAt (line 238) | public function getCreatedAt(); method setCreatedAt (line 246) | public function setCreatedAt($createdAt); method getUpdatedAt (line 253) | public function getUpdatedAt(); method setUpdatedAt (line 261) | public function setUpdatedAt($updatedAt); method setStoreId (line 267) | public function setStoreId($storeId); method getStoreId (line 272) | public function getStoreId(); method getMetaTitle (line 277) | public function getMetaTitle(); method setMetaTitle (line 283) | public function setMetaTitle($metaTitle); method getMetaDescription (line 288) | public function getMetaDescription(); method setMetaDescription (line 294) | public function setMetaDescription($metaDescription); method getMetaKeywords (line 299) | public function getMetaKeywords(); method setMetaKeywords (line 305) | public function setMetaKeywords($metaKeywords); FILE: Api/Data/AuthorSearchResultsInterface.php type AuthorSearchResultsInterface (line 25) | interface AuthorSearchResultsInterface extends SearchResultsInterface method getItems (line 32) | public function getItems(); method setItems (line 40) | public function setItems(array $items); FILE: Block/Adminhtml/Author/Edit/Buttons/Back.php class Back (line 22) | class Back extends Generic implements ButtonProviderInterface method getButtonData (line 29) | public function getButtonData() method getBackUrl (line 44) | public function getBackUrl() FILE: Block/Adminhtml/Author/Edit/Buttons/Delete.php class Delete (line 22) | class Delete extends Generic implements ButtonProviderInterface method getButtonData (line 29) | public function getButtonData() method getDeleteUrl (line 48) | public function getDeleteUrl() FILE: Block/Adminhtml/Author/Edit/Buttons/Generic.php class Generic (line 24) | class Generic method __construct (line 40) | public function __construct( method getAuthorId (line 53) | public function getAuthorId() method getUrl (line 71) | public function getUrl($route = '', $params = []) FILE: Block/Adminhtml/Author/Edit/Buttons/Reset.php class Reset (line 22) | class Reset implements ButtonProviderInterface method getButtonData (line 29) | public function getButtonData() FILE: Block/Adminhtml/Author/Edit/Buttons/Save.php class Save (line 22) | class Save extends Generic implements ButtonProviderInterface method getButtonData (line 29) | public function getButtonData() FILE: Block/Adminhtml/Author/Edit/Buttons/SaveAndContinue.php class SaveAndContinue (line 22) | class SaveAndContinue extends Generic implements ButtonProviderInterface method getButtonData (line 30) | public function getButtonData() FILE: Block/Author/ListAuthor.php class ListAuthor (line 27) | class ListAuthor extends Template method __construct (line 49) | public function __construct( method getAuthors (line 63) | public function getAuthors() method _prepareLayout (line 78) | protected function _prepareLayout() method getPagerHtml (line 92) | public function getPagerHtml() FILE: Block/Author/ListAuthor/Rss.php class Rss (line 30) | class Rss extends AbstractBlock implements DataProviderInterface method __construct (line 65) | public function __construct( method getStoreId (line 83) | protected function getStoreId() method getRssData (line 95) | public function getRssData() method isAllowed (line 126) | public function isAllowed() method getFeeds (line 136) | public function getFeeds() method isAuthRequired (line 150) | public function isAuthRequired() method getCacheLifetime (line 158) | public function getCacheLifetime() FILE: Block/Author/ListAuthor/Rss/Link.php class Link (line 24) | class Link extends Template method __construct (line 36) | public function __construct( method isRssEnabled (line 48) | public function isRssEnabled() method getLabel (line 56) | public function getLabel() method getLink (line 63) | public function getLink() FILE: Block/Author/ViewAuthor.php class ViewAuthor (line 25) | class ViewAuthor extends Template method __construct (line 43) | public function __construct( method getCurrentAuthor (line 59) | public function getCurrentAuthor() method getImage (line 70) | public function getImage($entity, $imageId, $attributes = []) FILE: Block/Image.php class Image (line 32) | class Image extends Template method __construct (line 48) | public function __construct( FILE: Block/ImageBuilder.php class ImageBuilder (line 24) | class ImageBuilder method __construct (line 61) | public function __construct( method setEntity (line 75) | public function setEntity(AbstractModel $entity) method setImageId (line 87) | public function setImageId($imageId) method setAttributes (line 99) | public function setAttributes(array $attributes) method getCustomAttributes (line 112) | protected function getCustomAttributes() method getRatio (line 127) | protected function getRatio(ImageHelper $helper) method create (line 142) | public function create() FILE: Controller/Adminhtml/Author.php class Author (line 27) | abstract class Author extends Action method __construct (line 66) | public function __construct( method filterData (line 87) | public function filterData($data) FILE: Controller/Adminhtml/Author/Delete.php class Delete (line 24) | class Delete extends Author method execute (line 29) | public function execute() FILE: Controller/Adminhtml/Author/Edit.php class Edit (line 23) | class Edit extends Author method _initAuthor (line 30) | protected function _initAuthor() method execute (line 43) | public function execute() FILE: Controller/Adminhtml/Author/File/Upload.php class Upload (line 22) | class Upload extends GenericUpload FILE: Controller/Adminhtml/Author/Image/Upload.php class Upload (line 22) | class Upload extends GenericUpload FILE: Controller/Adminhtml/Author/Index.php class Index (line 22) | class Index extends AuthorController method execute (line 29) | public function execute() FILE: Controller/Adminhtml/Author/InlineEdit.php class InlineEdit (line 36) | class InlineEdit extends AuthorController method __construct (line 66) | public function __construct( method execute (line 88) | public function execute() method getErrorWithAuthorId (line 138) | protected function getErrorWithAuthorId(Author $author, $errorText) FILE: Controller/Adminhtml/Author/MassAction.php class MassAction (line 32) | abstract class MassAction extends Author method __construct (line 62) | public function __construct( method massAction (line 84) | protected abstract function massAction(AuthorModel $author); method execute (line 91) | public function execute() FILE: Controller/Adminhtml/Author/MassDelete.php class MassDelete (line 22) | class MassDelete extends MassAction method massAction (line 28) | protected function massAction(Author $author) FILE: Controller/Adminhtml/Author/MassDisable.php class MassDisable (line 22) | class MassDisable extends MassAction method massAction (line 33) | protected function massAction(Author $author) FILE: Controller/Adminhtml/Author/MassEnable.php class MassEnable (line 20) | class MassEnable extends MassDisable FILE: Controller/Adminhtml/Author/NewAction.php class NewAction (line 24) | class NewAction extends Action method __construct (line 41) | public function __construct( method execute (line 55) | public function execute() FILE: Controller/Adminhtml/Author/Save.php class Save (line 35) | class Save extends Author method __construct (line 63) | public function __construct( method execute (line 87) | public function execute() method getUploader (line 144) | protected function getUploader($type) method storeAuthorDataToSession (line 152) | protected function storeAuthorDataToSession($authorData) FILE: Controller/Adminhtml/Author/Upload.php class Upload (line 26) | class Upload extends Action method __construct (line 43) | public function __construct( method execute (line 56) | public function execute() method getFieldName (line 77) | protected function getFieldName() FILE: Controller/Author/Index.php class Index (line 26) | class Index extends Action method __construct (line 55) | public function __construct( method execute (line 68) | public function execute() FILE: Controller/Author/Rss.php class Rss (line 23) | class Rss extends \Magento\Rss\Controller\Feed\Index method execute (line 28) | public function execute() FILE: Controller/Author/View.php class View (line 30) | class View extends Action method __construct (line 75) | public function __construct( method execute (line 96) | public function execute() FILE: Controller/RegistryConstants.php class RegistryConstants (line 20) | class RegistryConstants FILE: Controller/Router.php class Router (line 36) | class Router implements RouterInterface method __construct (line 103) | public function __construct( method match (line 129) | public function match(RequestInterface $request) method matchRoute (line 167) | protected function matchRoute(RequestInterface $request, Entity $entit... FILE: Helper/Image.php class Image (line 31) | class Image extends AbstractHelper method __construct (line 156) | public function __construct( method _reset (line 175) | protected function _reset() method init (line 198) | public function init($entity, $imageId, $attributes = []) method setImageProperties (line 219) | protected function setImageProperties() method setWatermarkProperties (line 263) | protected function setWatermarkProperties() method resize (line 304) | public function resize($width, $height = null) method setQuality (line 317) | public function setQuality($quality) method keepAspectRatio (line 332) | public function keepAspectRatio($flag) method keepFrame (line 348) | public function keepFrame($flag) method keepTransparency (line 364) | public function keepTransparency($flag) method constrainOnly (line 378) | public function constrainOnly($flag) method backgroundColor (line 394) | public function backgroundColor($colorRGB) method rotate (line 410) | public function rotate($angle) method watermark (line 428) | public function watermark($fileName, $position, $size = null, $imageOp... method placeholder (line 443) | public function placeholder($fileName) method getPlaceholder (line 454) | public function getPlaceholder($placeholder = null) method applyScheduledActions (line 471) | protected function applyScheduledActions() method initBaseFile (line 495) | protected function initBaseFile() method isScheduledActionsAllowed (line 514) | protected function isScheduledActionsAllowed() method getUrl (line 531) | public function getUrl() method save (line 544) | public function save() method getResizedImageInfo (line 555) | public function getResizedImageInfo() method getDefaultPlaceholderUrl (line 565) | public function getDefaultPlaceholderUrl($placeholder = null) method getModel (line 581) | protected function getModel() method setAngle (line 595) | protected function setAngle($angle) method getAngle (line 606) | protected function getAngle() method setWatermark (line 617) | protected function setWatermark($watermark) method getWatermark (line 629) | protected function getWatermark() method setWatermarkPosition (line 640) | protected function setWatermarkPosition($position) method getWatermarkPosition (line 652) | protected function getWatermarkPosition() method setWatermarkSize (line 664) | public function setWatermarkSize($size) method getWatermarkSize (line 676) | protected function getWatermarkSize() method setWatermarkImageOpacity (line 687) | public function setWatermarkImageOpacity($imageOpacity) method getWatermarkImageOpacity (line 699) | protected function getWatermarkImageOpacity() method setEntity (line 714) | protected function setEntity($entity) method getEntity (line 725) | protected function getEntity() method setImageFile (line 736) | public function setImageFile($file) method getImageFile (line 747) | protected function getImageFile() method parseSize (line 758) | protected function parseSize($string) method getOriginalWidth (line 775) | public function getOriginalWidth() method getOriginalHeight (line 785) | public function getOriginalHeight() method getOriginalSizeArray (line 796) | public function getOriginalSizeArray() method getConfigView (line 806) | protected function getConfigView() method getType (line 819) | public function getType() method getWidth (line 829) | public function getWidth() method getHeight (line 839) | public function getHeight() method getFrame (line 849) | public function getFrame() method getAttribute (line 864) | protected function getAttribute($name) method getLabel (line 874) | public function getLabel() FILE: Model/Author.php class Author (line 39) | class Author extends AbstractModel implements AuthorInterface, RoutableI... method __construct (line 108) | public function __construct( method _construct (line 134) | protected function _construct() method getInRss (line 144) | public function getInRss() method getType (line 154) | public function getType() method getAwards (line 164) | public function getAwards() method getCountry (line 174) | public function getCountry() method setName (line 185) | public function setName($name) method setInRss (line 196) | public function setInRss($inRss) method setBiography (line 207) | public function setBiography($biography) method setDob (line 218) | public function setDob($dob) method setType (line 229) | public function setType($type) method setAwards (line 240) | public function setAwards($awards) method setCountry (line 251) | public function setCountry($country) method getName (line 261) | public function getName() method getUrlKey (line 271) | public function getUrlKey() method getIsActive (line 281) | public function getIsActive() method getBiography (line 291) | public function getBiography() method getProcessedBiography (line 299) | public function getProcessedBiography() method getDob (line 309) | public function getDob() method getAvatar (line 319) | public function getAvatar() method getAvatarUrl (line 328) | public function getAvatarUrl() method getResumeUrl (line 349) | public function getResumeUrl() method getResume (line 371) | public function getResume() method getCreatedAt (line 381) | public function getCreatedAt() method getUpdatedAt (line 391) | public function getUpdatedAt() method setUrlKey (line 402) | public function setUrlKey($urlKey) method setIsActive (line 413) | public function setIsActive($isActive) method setAvatar (line 424) | public function setAvatar($avatar) method setResume (line 435) | public function setResume($resume) method setCreatedAt (line 446) | public function setCreatedAt($createdAt) method setUpdatedAt (line 457) | public function setUpdatedAt($updatedAt) method checkUrlKey (line 471) | public function checkUrlKey($urlKey, $storeId) method getIdentities (line 481) | public function getIdentities() method setStoreId (line 490) | public function setStoreId($storeId) method getStoreId (line 499) | public function getStoreId() method getMetaTitle (line 507) | public function getMetaTitle() method setMetaTitle (line 516) | public function setMetaTitle($metaTitle) method getMetaDescription (line 525) | public function getMetaDescription() method setMetaDescription (line 534) | public function setMetaDescription($metaDescription) method getMetaKeywords (line 543) | public function getMetaKeywords() method setMetaKeywords (line 552) | public function setMetaKeywords($metaKeywords) method formatUrlKey (line 565) | public function formatUrlKey($string) method getAuthorUrl (line 573) | public function getAuthorUrl() method isActive (line 581) | public function isActive() method getAttributeText (line 590) | public function getAttributeText($attribute) FILE: Model/Author/DataProvider.php class DataProvider (line 25) | class DataProvider extends AbstractDataProvider method __construct (line 46) | public function __construct( method prepareMeta (line 67) | public function prepareMeta(array $meta) method getData (line 83) | public function getData() FILE: Model/Author/Rss.php class Rss (line 25) | class Rss method __construct (line 57) | public function __construct( method isRssEnabled (line 70) | public function isRssEnabled() method getRssLink (line 80) | public function getRssLink() FILE: Model/Author/Url.php class Url (line 25) | class Url method __construct (line 55) | public function __construct( method getListUrl (line 66) | public function getListUrl() method getAuthorUrl (line 79) | public function getAuthorUrl(Author $author) FILE: Model/AuthorFactory.php class AuthorFactory (line 23) | class AuthorFactory implements FactoryInterface method __construct (line 45) | public function __construct(ObjectManagerInterface $objectManager, $in... method create (line 57) | public function create(array $data = array()) FILE: Model/AuthorRepository.php class AuthorRepository (line 42) | class AuthorRepository implements AuthorRepositoryInterface method __construct (line 73) | public function __construct( method save (line 95) | public function save(AuthorInterface $author) method getById (line 120) | public function getById($authorId) method getList (line 141) | public function getList(SearchCriteriaInterface $searchCriteria) method delete (line 194) | public function delete(AuthorInterface $author) method deleteById (line 220) | public function deleteById($authorId) method addFilterGroupToCollection (line 234) | protected function addFilterGroupToCollection(FilterGroup $filterGroup... FILE: Model/FactoryInterface.php type FactoryInterface (line 22) | interface FactoryInterface method create (line 27) | public function create(); FILE: Model/Image.php class Image (line 46) | class Image extends AbstractModel method __construct (line 212) | public function __construct( method setWidth (line 248) | public function setWidth($width) method getWidth (line 257) | public function getWidth() method setHeight (line 266) | public function setHeight($height) method getHeight (line 275) | public function getHeight() method setQuality (line 286) | public function setQuality($quality) method getQuality (line 297) | public function getQuality() method setKeepAspectRatio (line 306) | public function setKeepAspectRatio($keep) method setKeepFrame (line 316) | public function setKeepFrame($keep) method setKeepTransparency (line 326) | public function setKeepTransparency($keep) method setConstrainOnly (line 336) | public function setConstrainOnly($flag) method setBackgroundColor (line 346) | public function setBackgroundColor(array $rgbArray) method setSize (line 356) | public function setSize($size) method checkMemory (line 377) | protected function checkMemory($file = null) method getMemoryLimit (line 388) | protected function getMemoryLimit() method getMemoryUsage (line 411) | protected function getMemoryUsage() method getNeedMemoryForFile (line 424) | protected function getNeedMemoryForFile($file = null) method rgbToString (line 459) | protected function rgbToString($rgbArray) method setBaseFile (line 481) | public function setBaseFile($file) method getBaseFile (line 552) | public function getBaseFile() method getNewFile (line 560) | public function getNewFile() method isBaseFilePlaceholder (line 570) | public function isBaseFilePlaceholder() method setImageProcessor (line 579) | public function setImageProcessor($processor) method getImageProcessor (line 588) | public function getImageProcessor() method resize (line 607) | public function resize() method rotate (line 620) | public function rotate($angle) method setAngle (line 635) | public function setAngle($angle) method setWatermark (line 654) | public function setWatermark( method saveFile (line 704) | public function saveFile() method getUrl (line 718) | public function getUrl() method setDestinationSubdir (line 737) | public function setDestinationSubdir($dir) method getDestinationSubdir (line 746) | public function getDestinationSubdir() method isCached (line 754) | public function isCached() method setWatermarkFile (line 768) | public function setWatermarkFile($file) method getWatermarkFile (line 779) | public function getWatermarkFile() method getWatermarkFilePath (line 790) | protected function getWatermarkFilePath() method setWatermarkPosition (line 824) | public function setWatermarkPosition($position) method getWatermarkPosition (line 835) | public function getWatermarkPosition() method setWatermarkImageOpacity (line 846) | public function setWatermarkImageOpacity($imageOpacity) method getWatermarkImageOpacity (line 857) | public function getWatermarkImageOpacity() method setWatermarkSize (line 868) | public function setWatermarkSize($size) method setWatermarkWidth (line 882) | public function setWatermarkWidth($width) method getWatermarkWidth (line 893) | public function getWatermarkWidth() method setWatermarkHeight (line 904) | public function setWatermarkHeight($height) method getWatermarkHeight (line 915) | public function getWatermarkHeight() method clearCache (line 923) | public function clearCache() method fileExists (line 938) | protected function fileExists($filename) method getResizedImageInfo (line 954) | public function getResizedImageInfo() FILE: Model/Output.php class Output (line 20) | class Output method __construct (line 30) | public function __construct( method filterOutput (line 40) | public function filterOutput($string) FILE: Model/ResourceModel/Author.php class Author (line 30) | class Author extends AbstractDb method __construct (line 68) | public function __construct( method _construct (line 88) | protected function _construct() method _beforeDelete (line 99) | protected function _beforeDelete(AbstractModel $object) method _beforeSave (line 112) | protected function _beforeSave(AbstractModel $object) method generateNewUrlKey (line 149) | protected function generateNewUrlKey($urlKey) method _afterSave (line 169) | protected function _afterSave(AbstractModel $object) method _afterLoad (line 181) | protected function _afterLoad(AbstractModel $object) method _getLoadSelect (line 203) | protected function _getLoadSelect($field, $value, $object) method getLoadByUrlKeySelect (line 237) | protected function getLoadByUrlKeySelect($urlKey, $store, $isActive = ... method checkUrlKey (line 270) | public function checkUrlKey($urlKey, $storeId) method lookupStoreIds (line 287) | public function lookupStoreIds($authorId) method setStore (line 306) | public function setStore(Store $store) method getStore (line 317) | public function getStore() method getIsUniqueAuthorToStores (line 328) | public function getIsUniqueAuthorToStores(AbstractModel $object) method saveStoreRelation (line 350) | protected function saveStoreRelation(AuthorModel $author) method saveAttribute (line 387) | public function saveAttribute(AbstractModel $object, $attribute) method beforeSaveAttribute (line 422) | protected function beforeSaveAttribute(AbstractModel $object, $attribute) method afterSaveAttribute (line 444) | protected function afterSaveAttribute(AbstractModel $object, $attribute) FILE: Model/ResourceModel/Author/Collection.php class Collection (line 31) | class Collection extends AbstractCollection method __construct (line 74) | public function __construct( method _construct (line 92) | protected function _construct() method _afterLoad (line 104) | protected function _afterLoad() method addFieldToFilter (line 117) | public function addFieldToFilter($field, $condition = null) method addStoreFilter (line 133) | public function addStoreFilter($store, $withAdmin = true) method _renderFiltersBefore (line 159) | protected function _renderFiltersBefore() method getSelectCountSql (line 180) | public function getSelectCountSql() method performAfterLoad (line 191) | protected function performAfterLoad($tableName, $linkField) FILE: Model/ResourceModel/Author/Grid/Collection.php class Collection (line 34) | class Collection extends AuthorCollection implements SearchResultInterface method __construct (line 56) | public function __construct( method getAggregations (line 88) | public function getAggregations() method setAggregations (line 97) | public function setAggregations($aggregations) method getSearchCriteria (line 107) | public function getSearchCriteria() method setSearchCriteria (line 119) | public function setSearchCriteria(SearchCriteriaInterface $searchCrite... method getTotalCount (line 129) | public function getTotalCount() method setTotalCount (line 141) | public function setTotalCount($totalCount) method setItems (line 153) | public function setItems(array $items = null) FILE: Model/ResourceModel/Author/Grid/ServiceCollection.php class ServiceCollection (line 34) | class ServiceCollection extends AbstractServiceCollection method __construct (line 54) | public function __construct( method loadData (line 75) | public function loadData($printQuery = false, $logQuery = false) FILE: Model/Routing/Entity.php class Entity (line 6) | class Entity method __construct (line 51) | public function __construct( method getPrefixConfigPath (line 74) | public function getPrefixConfigPath() method getSuffixConfigPath (line 82) | public function getSuffixConfigPath() method getListKeyConfigPath (line 90) | public function getListKeyConfigPath() method getListAction (line 98) | public function getListAction() method getFactory (line 106) | public function getFactory() method getController (line 114) | public function getController() method getViewAction (line 122) | public function getViewAction() method getParam (line 130) | public function getParam() FILE: Model/Routing/RoutableInterface.php type RoutableInterface (line 4) | interface RoutableInterface method checkUrlKey (line 11) | public function checkUrlKey($urlKey, $storeId); FILE: Model/Source/AbstractSource.php class AbstractSource (line 22) | abstract class AbstractSource implements ArrayInterface method __construct (line 32) | public function __construct( method toOptionArray (line 41) | abstract public function toOptionArray(); method getOptionText (line 47) | public function getOptionText($value) method getOptions (line 66) | public function getOptions() FILE: Model/Source/Country.php class Country (line 23) | class Country extends AbstractSource implements ArrayInterface method __construct (line 34) | public function __construct( method toOptionArray (line 48) | public function toOptionArray() FILE: Model/Source/Options.php class Options (line 22) | class Options extends AbstractSource implements ArrayInterface method toOptionArray (line 29) | public function toOptionArray() FILE: Model/Uploader.php class Uploader (line 29) | class Uploader method __construct (line 112) | public function __construct( method setBaseTmpPath (line 140) | public function setBaseTmpPath($baseTmpPath) method setBasePath (line 152) | public function setBasePath($basePath) method setAllowedExtensions (line 164) | public function setAllowedExtensions($allowedExtensions) method getBaseTmpPath (line 174) | public function getBaseTmpPath() method getBasePath (line 184) | public function getBasePath() method getAllowedExtensions (line 194) | public function getAllowedExtensions() method getFilePath (line 207) | public function getFilePath($path, $name) method moveFileFromTmp (line 221) | public function moveFileFromTmp($name) method getBaseUrl (line 247) | public function getBaseUrl() method saveFileToTmpDir (line 264) | public function saveFileToTmpDir($fileId) method uploadFileAndGetName (line 307) | public function uploadFileAndGetName($input, $data) FILE: Model/UploaderPool.php class UploaderPool (line 22) | class UploaderPool method __construct (line 37) | public function __construct( method getUploader (line 50) | public function getUploader($type) FILE: Plugin/Block/Topmenu.php class Topmenu (line 25) | class Topmenu method __construct (line 40) | public function __construct( method beforeGetHtml (line 56) | public function beforeGetHtml( method getNodeAsArray (line 75) | protected function getNodeAsArray() method getActiveHandles (line 89) | protected function getActiveHandles() FILE: Setup/InstallSchema.php class InstallSchema (line 27) | class InstallSchema implements InstallSchemaInterface method install (line 35) | public function install(SchemaSetupInterface $setup, ModuleContextInte... FILE: Setup/Uninstall.php class Uninstall (line 31) | class Uninstall implements UninstallInterface method __construct (line 46) | public function __construct( method uninstall (line 61) | public function uninstall(SchemaSetupInterface $setup, ModuleContextIn... method deleteConfig (line 83) | protected function deleteConfig(AbstractModel $config) FILE: Test/Unit/Model/Author/DataProviderTest.php class DataProviderTest (line 25) | class DataProviderTest extends \PHPUnit_Framework_TestCase method setUp (line 36) | protected function setUp() method getDummyMeta (line 69) | protected function getDummyMeta() method getDummyData (line 77) | protected function getDummyData() method testPrepareMeta (line 85) | public function testPrepareMeta() method testGetData (line 93) | public function testGetData() FILE: Test/Unit/Model/Author/RssTest.php class RssTest (line 29) | class RssTest extends \PHPUnit_Framework_TestCase method setUp (line 52) | protected function setUp() method testIsRssEnabledGlobalFalseAuthorFalse (line 97) | public function testIsRssEnabledGlobalFalseAuthorFalse() method testIsRssEnabledGlobalTrueAuthorFalse (line 126) | public function testIsRssEnabledGlobalTrueAuthorFalse() method testIsRssEnabledGlobalFalseAuthorTrue (line 155) | public function testIsRssEnabledGlobalFalseAuthorTrue() method testIsRssEnabledGlobalTrueAuthorTrue (line 184) | public function testIsRssEnabledGlobalTrueAuthorTrue() method testGetRssLink (line 210) | public function testGetRssLink() FILE: Test/Unit/Model/Author/UrlTest.php class UrlTest (line 26) | class UrlTest extends \PHPUnit_Framework_TestCase method setUp (line 56) | public function setUp() method setUpAuthor (line 123) | protected function setUpAuthor($withUrlKey) method testGetListUrlWithSef (line 140) | public function testGetListUrlWithSef() method testGetListUrlWithoutSef (line 153) | public function testGetListUrlWithoutSef() method testGetAuthorUrlWithoutSef (line 166) | public function testGetAuthorUrlWithoutSef() method testGetAuthorUrlWithSefNoSuffixNoPrefix (line 178) | public function testGetAuthorUrlWithSefNoSuffixNoPrefix() method testGetAuthorUrlWithSefNoSuffixWithPrefix (line 206) | public function testGetAuthorUrlWithSefNoSuffixWithPrefix() method testGetAuthorUrlWithSefWithSuffixNoPrefix (line 235) | public function testGetAuthorUrlWithSefWithSuffixNoPrefix() method testGetAuthorUrlWithSefWithSuffixWithPrefix (line 264) | public function testGetAuthorUrlWithSefWithSuffixWithPrefix() FILE: Test/Unit/Model/AuthorTest.php class AuthorTest (line 30) | class AuthorTest extends \PHPUnit_Framework_TestCase method setUp (line 44) | protected function setUp() method getAuthorData (line 102) | protected function getAuthorData() method testGetters (line 130) | public function testGetters() method testGetAvatarUrlWithNull (line 157) | public function testGetAvatarUrlWithNull() method testGetAvatarUrlWithString (line 168) | public function testGetAvatarUrlWithString() method testGetAvatarUrlWithException (line 179) | public function testGetAvatarUrlWithException() method testGetResumeUrlWithNull (line 191) | public function testGetResumeUrlWithNull() method testGetResumeUrlWithString (line 202) | public function testGetResumeUrlWithString() method testGetResumeUrlWithException (line 213) | public function testGetResumeUrlWithException() FILE: Test/Unit/Model/Source/CountryTest.php class CountryTest (line 26) | class CountryTest extends \PHPUnit_Framework_TestCase method setUp (line 49) | protected function setUp() method testMemoizedOptionArray (line 67) | public function testMemoizedOptionArray() FILE: Test/Unit/Model/UploaderPoolTest.php class UploaderPoolTest (line 26) | class UploaderPoolTest extends \PHPUnit_Framework_TestCase method setUp (line 37) | protected function setUp() method testGetUploaderNotFound (line 66) | public function testGetUploaderNotFound() method testGetUploaderInstantiationNeeded (line 77) | public function testGetUploaderInstantiationNeeded() method testGetUploaderInstantiationNotNeeded (line 87) | public function testGetUploaderInstantiationNotNeeded() method testGetUploaderWrongType (line 97) | public function testGetUploaderWrongType() FILE: Test/Unit/Model/UploaderTest.php class UploaderTest (line 31) | class UploaderTest extends \PHPUnit_Framework_TestCase method setUp (line 55) | protected function setUp() method testGetBaseTmpPath (line 117) | public function testGetBaseTmpPath() method testGetBasePath (line 125) | public function testGetBasePath() method testGetAllowedExtensions (line 133) | public function testGetAllowedExtensions() method testGetFilePath (line 143) | public function testGetFilePath() method testMoveFileFromTmp (line 154) | public function testMoveFileFromTmp() method testSaveFileToTmpDir (line 162) | public function testSaveFileToTmpDir() method testUploadFileAndGetName (line 176) | public function testUploadFileAndGetName() FILE: Test/Unit/Ui/Component/Listing/Column/AuthorActionsTest.php class AuthorActionsTest (line 26) | class AuthorActionsTest extends \PHPUnit_Framework_TestCase method testPrepareDataSource (line 31) | public function testPrepareDataSource() FILE: Test/Unit/Ui/Component/Listing/Column/AvatarTest.php class AvatarTest (line 29) | class AvatarTest extends \PHPUnit_Framework_TestCase method testPrepareDataSource (line 34) | public function testPrepareDataSource() FILE: Test/Unit/Ui/Component/Listing/Column/Store/OptionsTest.php class OptionsTest (line 27) | class OptionsTest extends \PHPUnit_Framework_TestCase method setUp (line 62) | protected function setUp() method testToOptionArray (line 84) | public function testToOptionArray() FILE: Test/Unit/Ui/DataProvider/Author/Form/Modifier/AuthorDataTest.php class AuthorDataTest (line 26) | class AuthorDataTest extends \PHPUnit_Framework_TestCase method setUp (line 44) | protected function setUp() method testModifyMeta (line 84) | public function testModifyMeta() method testModifiyData (line 95) | public function testModifiyData() method getSampleData (line 123) | protected function getSampleData() FILE: Ui/Component/Listing/Column/AuthorActions.php class AuthorActions (line 26) | class AuthorActions extends Column method __construct (line 56) | public function __construct( method prepareDataSource (line 75) | public function prepareDataSource(array $dataSource) FILE: Ui/Component/Listing/Column/Avatar.php class Avatar (line 14) | class Avatar extends Column method __construct (line 36) | public function __construct( method prepareDataSource (line 55) | public function prepareDataSource(array $dataSource) method getAlt (line 82) | protected function getAlt($row) FILE: Ui/Component/Listing/Column/Store/Options.php class Options (line 22) | class Options extends StoreOptions method toOptionArray (line 34) | public function toOptionArray() FILE: Ui/DataProvider/Author/Form/Modifier/AuthorData.php class AuthorData (line 24) | class AuthorData implements ModifierInterface method __construct (line 34) | public function __construct( method modifyMeta (line 44) | public function modifyMeta(array $meta) method modifyData (line 54) | public function modifyData(array $data)