ServiceNotFoundException

class ServiceNotFoundException extends InvalidArgumentException This exception is thrown when a non-existent service is requested. Methods __construct($id, $sourceId = null, Exception $previous = null, array $alternatives = array()) getId() getSourceId() Details __construct($id, $sourceId = null, Exception $previous = null, array $alternatives = array()) Parameters $id $sourceId Exception $previous array $alternatives

ServiceCircularReferenceException

class ServiceCircularReferenceException extends RuntimeException This exception is thrown when a circular reference is detected. Methods __construct($serviceId, array $path, Exception $previous = null) getServiceId() getPath() Details __construct($serviceId, array $path, Exception $previous = null) Parameters $serviceId array $path Exception $previous getServiceId()

ServerStopCommand

class ServerStopCommand extends ServerCommand Stops a background process running PHP's built-in web server. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from C

ServerStatusCommand

class ServerStatusCommand extends ServerCommand Shows the status of a process that is running PHP's built-in web server in the background. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet

ServerStartCommand

class ServerStartCommand extends ServerCommand Runs PHP's built-in web server in a background process. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Comman

ServerRunCommand

class ServerRunCommand extends ServerCommand Runs Symfony application using PHP built-in web server. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command

ServerParams::hasPostMaxSizeBeenExceeded()

bool hasPostMaxSizeBeenExceeded() Returns true if the POST max size has been exceeded in the request. Return Value bool

ServerParams::getContentLength()

mixed getContentLength() Returns the content length of the request. Return Value mixed The request content length

ServerParams::getNormalizedIniPostMaxSize()

string getNormalizedIniPostMaxSize() Returns the normalized "postmaxsize" ini setting. Return Value string

ServerParams

class ServerParams extends ServerParams Methods __construct(RequestStack $requestStack = null) from ServerParams null|int getPostMaxSize() Returns maximum post size in bytes. from ServerParams string getNormalizedIniPostMaxSize() Returns the normalized "postmaxsize" ini setting. from ServerParams mixed getContentLength() Returns the content length of the request. from ServerParams Details __construct(RequestStack $requestStack = null)