PHP 클래스 Bolt\Composer\JsonManager

저자: Gawain Lynch ([email protected])
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$messages array

공개 메소드들

메소드 설명
__construct ( Silex\Application $app ) Constructor.
init ( string $file, array $data = null ) Initialise a JSON file at given location with optional data input.
update ( ) : array | null Set up Composer JSON file.

비공개 메소드들

메소드 설명
setJsonDefaults ( array $json ) : array Enforce the default JSON settings.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Silex\Application $app )
$app Silex\Application \Silex\Application

init() 공개 메소드

Initialise a JSON file at given location with optional data input.
public init ( string $file, array $data = null )
$file string
$data array

update() 공개 메소드

Set up Composer JSON file.
public update ( ) : array | null
리턴 array | null

프로퍼티 상세

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

protected array $messages
리턴 array