상속:
implementsRobo\Contract\ConfigAwareInterface, implementsPsr\Log\LoggerAwareInterface, implementsPantheon\Terminus\Session\SessionAwareInterface, use traitRobo\Common\ConfigAwareTrait, use traitPsr\Log\LoggerAwareTrait, use traitPantheon\Terminus\Session\SessionAwareTrait
Authorize the current user prior to running a command. The Annotated Commands hook manager will call this
function during the pre-validate phase of any command that has an 'authorize' annotation.
메소드 상세
ensureLogin()
공개메소드
TODO: Currently this is not being triggered when commands using it are run.