PHP 클래스 N98\Magento\Modules

상속: implements IteratorAggregat\IteratorAggregate, implements Countabl\Countable
파일 보기 프로젝트 열기: netz98/n98-magerun 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $list = null )
count ( ) : integer Count elements of an object
filterModules ( Symfony\Component\Console\Input\InputInterface $input ) : Modules Filter modules by codepool, status and vendor if such options were inputted by user
findInstalledModules ( ) : Modules
getIterator ( ) : Traversabl\Traversable | array[] Retrieve an external iterator

메소드 상세

__construct() 공개 메소드

public __construct ( array $list = null )
$list array

count() 공개 메소드

Count elements of an object
public count ( ) : integer
리턴 integer The custom count as an integer.

filterModules() 공개 메소드

Filter modules by codepool, status and vendor if such options were inputted by user
public filterModules ( Symfony\Component\Console\Input\InputInterface $input ) : Modules
$input Symfony\Component\Console\Input\InputInterface
리턴 Modules

findInstalledModules() 공개 메소드

public findInstalledModules ( ) : Modules
리턴 Modules

getIterator() 공개 메소드

Retrieve an external iterator
public getIterator ( ) : Traversabl\Traversable | array[]
리턴 Traversabl\Traversable | array[]