PHP 클래스 AcMailer\Factory\AbstractAcMailerFactory

저자: Alejandro Celaya Alastrué
상속: implements Zend\ServiceManager\Factory\AbstractFactoryInterface
파일 보기 프로젝트 열기: acelaya/zf2-acmailer

공개 메소드들

메소드 설명
canCreate ( Interop\Container\ContainerInterface $container, string $requestedName ) : boolean Can the factory create an instance for the service?

보호된 메소드들

메소드 설명
getConfig ( Interop\Container\ContainerInterface $container ) : array

메소드 상세

canCreate() 공개 메소드

Can the factory create an instance for the service?
public canCreate ( Interop\Container\ContainerInterface $container, string $requestedName ) : boolean
$container Interop\Container\ContainerInterface
$requestedName string
리턴 boolean

getConfig() 보호된 메소드

protected getConfig ( Interop\Container\ContainerInterface $container ) : array
$container Interop\Container\ContainerInterface
리턴 array