PHP 클래스 Neos\Flow\Command\ServerCommandController

상속: extends Neos\Flow\Cli\CommandController
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$settings array

공개 메소드들

메소드 설명
runCommand ( string $host = '127.0.0.1', integer $port = 8081 ) : void Run a standalone development server

메소드 상세

runCommand() 공개 메소드

Starts an embedded server, see http://php.net/manual/en/features.commandline.webserver.php Note: This requires PHP 5.4+ To change the context Flow will run in, you can set the FLOW_CONTEXT environment variable: export FLOW_CONTEXT=Development && ./flow server:run
public runCommand ( string $host = '127.0.0.1', integer $port = 8081 ) : void
$host string The host name or IP address for the server to listen on
$port integer The server port to listen on
리턴 void

프로퍼티 상세

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

protected array $settings
리턴 array