PHP 클래스 App\Source\Factory\ModelsFactory

파일 보기 프로젝트 열기: andrey900/slimcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$namespaceModel

공개 메소드들

메소드 설명
__construct ( )
getModel ( $modelName, $data = [] )
getModelWithRequest ( Psr\Http\Message\ServerRequestInterface $req, $data = [] )

보호된 메소드들

메소드 설명
getClassName ( $routeName )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getClassName() 보호된 정적인 메소드

protected static getClassName ( $routeName )

getModel() 공개 정적인 메소드

public static getModel ( $modelName, $data = [] )

getModelWithRequest() 공개 정적인 메소드

public static getModelWithRequest ( Psr\Http\Message\ServerRequestInterface $req, $data = [] )
$req Psr\Http\Message\ServerRequestInterface

프로퍼티 상세

$namespaceModel 보호되어 있는 정적으로 프로퍼티

protected static $namespaceModel