Documentation

Password extends BaseCommand
in package

Change User Password Command

Table of Contents

Properties

$container  : ContainerInterface
$input  : InputInterface
$io  : SymfonyStyle
$output  : OutputInterface

Methods

__construct()  : mixed
BaseCommand constructor.
containerCall()  : mixed
call method through container
containerMake()  : mixed
create object through container
getApp()  : App
gets app object
getAppRouteInfo()  : RouteInfo|null
gets route info
getAppWebsite()  : Website|null
gets current website
getAssets()  : Manager
gets assets manager
getCache()  : Manager
get cache manager
getContainer()  : ContainerInterface
gets container object
getCrudRouter()  : Crud
gets crud service
getDb()  : Database
gets db object
getDebugbar()  : StandardDebugBar
gets debugbar object
getEnv()  : mixed
gets env variable
getEventManager()  : SharedEventEmitter
gets events manager service
getGoogleAuthenticator()  : PHPGangsta_GoogleAuthenticator
gets google authenticator service
getGuzzle()  : Client
gets guzzle service
getHtmlRenderer()  : HtmlPartsRenderer
gets html renderer service
getIcons()  : Icons
gets icons service
getImagine()  : Imagine
gets imagine service
getLog()  : Logger
gets log object
getMailer()  : Mailer
gets mailer service
getPdo()  : PDO
gets PDO object
getRedis()  : Manager
gets redis service
getRequest()  : Request
gets current request object
getRouters()  : array<string|int, mixed>
gets routers
getSchema()  : Schema
gets schema object
getSearch()  : Manager
gets search service
getSesMailer()  : SesClient
gets SES mailer service
getSiteData()  : SiteData
gets site data service
getSmtpMailer()  : Swift_Mailer
gets SMTP mailer service
getTemplates()  : Engine
gets plates engine object
getUtils()  : Globals
gets global utils service
getWebhooksRouter()  : Webhooks
gets webhooks service
getWebRouter()  : Web
gets routing service
getZip()  : Zip
gets zip service
bootstrap()  : void
boostrap command
configure()  : mixed
{@inheritdoc}
confirmDelete()  : bool
confirmMessage()  : bool
confirmSave()  : bool
execute()  : void
{@inheritdoc}
getIo()  : SymfonyStyle|null
getQuestionHelper()  : QuestionHelper
getService()  : mixed
gets registered service
initialize()  : mixed
keepAsking()  : mixed
keepAskingForOption()  : mixed
renderTable()  : mixed
renderTitle()  : mixed

Properties

Methods

__construct()

BaseCommand constructor.

public __construct(ContainerInterface|null $container[, null $name = null ]) : mixed
Parameters
$container : ContainerInterface|null
$name : null = null
Tags
throws
BasicException
throws
DependencyException
throws
NotFoundException

containerCall()

call method through container

public containerCall(callable $callable[, array<string|int, mixed> $arguments = [] ]) : mixed
Parameters
$callable : callable
$arguments : array<string|int, mixed> = []

containerMake()

create object through container

public containerMake(string $className[, array<string|int, mixed> $arguments = [] ]) : mixed
Parameters
$className : string
$arguments : array<string|int, mixed> = []

getContainer()

gets container object

public getContainer() : ContainerInterface
Return values
ContainerInterface

getDb()

gets db object

public getDb() : Database
Tags
throws
BasicException
Return values
Database

getDebugbar()

gets debugbar object

public getDebugbar() : StandardDebugBar
Tags
throws
BasicException
Return values
StandardDebugBar

getEnv()

gets env variable

public getEnv(string $variable[, mixed $default = null ]) : mixed
Parameters
$variable : string
$default : mixed = null
Tags
throws
BasicException

getEventManager()

gets events manager service

public getEventManager() : SharedEventEmitter
Tags
throws
BasicException
Return values
SharedEventEmitter

getGoogleAuthenticator()

gets google authenticator service

public getGoogleAuthenticator() : PHPGangsta_GoogleAuthenticator
Tags
throws
BasicException
Return values
PHPGangsta_GoogleAuthenticator

getGuzzle()

gets guzzle service

public getGuzzle() : Client
Tags
throws
BasicException
Return values
Client

getIcons()

gets icons service

public getIcons() : Icons
Tags
throws
BasicException
Return values
Icons

getImagine()

gets imagine service

public getImagine() : Imagine
Tags
throws
BasicException
Return values
Imagine

getLog()

gets log object

public getLog() : Logger
Tags
throws
BasicException
Return values
Logger

getPdo()

gets PDO object

public getPdo() : PDO
Tags
throws
BasicException
Return values
PDO

getRequest()

gets current request object

public getRequest() : Request
Tags
throws
BasicException
Return values
Request

getRouters()

gets routers

public getRouters() : array<string|int, mixed>
Tags
throws
BasicException
Return values
array<string|int, mixed>

getSchema()

gets schema object

public getSchema() : Schema
Tags
throws
BasicException
Return values
Schema

getSesMailer()

gets SES mailer service

public getSesMailer() : SesClient
Tags
throws
BasicException
Return values
SesClient

getSmtpMailer()

gets SMTP mailer service

public getSmtpMailer() : Swift_Mailer
Tags
throws
BasicException
Return values
Swift_Mailer

getTemplates()

gets plates engine object

public getTemplates() : Engine
Tags
throws
BasicException
Return values
Engine

bootstrap()

boostrap command

protected bootstrap() : void
Tags
throws
BasicException
throws
DependencyException
throws
NotFoundException

configure()

{@inheritdoc}

protected configure() : mixed

confirmDelete()

protected confirmDelete(string $confirmation_message) : bool
Parameters
$confirmation_message : string
Return values
bool

confirmMessage()

protected confirmMessage(string $confirmation_message, mixed $not_confirm_message) : bool
Parameters
$confirmation_message : string
$not_confirm_message : mixed
Return values
bool

confirmSave()

protected confirmSave(string $confirmation_message) : bool
Parameters
$confirmation_message : string
Return values
bool

execute()

{@inheritdoc}

protected execute(InputInterface $input, OutputInterface $output) : void
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
BasicException

getIo()

protected getIo() : SymfonyStyle|null
Return values
SymfonyStyle|null

getQuestionHelper()

protected getQuestionHelper() : QuestionHelper
Return values
QuestionHelper

getService()

gets registered service

protected getService(string $service_key) : mixed
Parameters
$service_key : string
Tags
throws
BasicException

initialize()

protected initialize(InputInterface $input, OutputInterface $output) : mixed
Parameters
$input : InputInterface
$output : OutputInterface

keepAsking()

protected keepAsking(string $question_message) : mixed
Parameters
$question_message : string

keepAskingForOption()

protected keepAskingForOption(string $option_name, string $question_message[, array<string|int, mixed>|null $choices = null ]) : mixed
Parameters
$option_name : string
$question_message : string
$choices : array<string|int, mixed>|null = null

renderTable()

protected renderTable(array<string|int, mixed> $header, array<string|int, mixed> $rows[, mixed $compressed = false ]) : mixed
Parameters
$header : array<string|int, mixed>
$rows : array<string|int, mixed>
$compressed : mixed = false

renderTitle()

protected renderTitle(mixed $title) : mixed
Parameters
$title : mixed

        
On this page

Search results