ViewPublishCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ViewPublishCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

ViewPublishCommand::askWithCompletion()

string askWithCompletion(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

ViewPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ViewPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

ViewPublishCommand

ViewPublishCommand class ViewPublishCommand extends Command (View source) Methods void __construct(ViewPublisher $view) Create a new view publish command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|arra

ViewFinderInterface::prependNamespace()

void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

ViewFinderInterface::find()

string find(string $view) Get the fully qualified location of the view. Parameters string $view Return Value string

ViewFinderInterface::addNamespace()

void addNamespace(string $namespace, string|array $hints) Add a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

ViewFinderInterface::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void