Validator::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

ListFailedCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

FileLoader::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

RefreshCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

CookieSessionHandler

CookieSessionHandler class CookieSessionHandler implements SessionHandlerInterface (View source) Methods void __construct(QueueingFactory $cookie, int $minutes) Create a new cookie driven handler instance. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($lifetime) {@inheritdoc} void setRequest(Request $request) Set the request instance.

Message::attach()

$this attach(string $file, array $options = array()) Attach a file to the message. Parameters string $file array $options Return Value $this

PaginationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

AbstractPaginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

Store::setPreviousUrl()

void setPreviousUrl(string $url) Set the "previous" URL in the session. Parameters string $url Return Value void

TestCase::putJson()

$this putJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PUT request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this