PHP 클래스 SatisAdmin\Controller\Controller

저자: Yohan Giarelli ([email protected])
상속: implements Silex\ControllerProviderInterface
파일 보기 프로젝트 열기: yohang/satis-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$app SatisAdmin\Application

공개 메소드들

메소드 설명
connect ( Silex\Application $app ) {@inheritDoc}

보호된 메소드들

메소드 설명
getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
getModelManager ( ) : ModelManager
mount ( Silex\ControllerCollection $collection ) : Silex\ControllerCollection

메소드 상세

connect() 공개 메소드

{@inheritDoc}
public connect ( Silex\Application $app )
$app Silex\Application

getFormFactory() 보호된 메소드

protected getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
리턴 Symfony\Component\Form\FormFactoryInterface

getModelManager() 보호된 메소드

protected getModelManager ( ) : ModelManager
리턴 SatisAdmin\Model\ModelManager

mount() 추상적인 보호된 메소드

abstract protected mount ( Silex\ControllerCollection $collection ) : Silex\ControllerCollection
$collection Silex\ControllerCollection
리턴 Silex\ControllerCollection

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,SatisAdmin $app
리턴 SatisAdmin\Application