delegate = $delegate; } public function isInteractive() { return $this->delegate->isInteractive(); } public function isVerbose() { return $this->delegate->isVerbose(); } public function isVeryVerbose() { return $this->delegate->isVeryVerbose(); } public function isDebug() { return $this->delegate->isDebug(); } public function isDecorated() { return $this->delegate->isDecorated(); } public function write($messages, $newline = true, $verbosity = self::NORMAL) { return $this->delegate->write($messages, $newline, $verbosity); } public function writeError($messages, $newline = true, $verbosity = self::NORMAL) { return $this->delegate->writeError($messages, $newline, $verbosity); } public function overwrite($messages, $newline = true, $size = null, $verbosity = self::NORMAL) { return $this->delegate->overwrite( $messages, $newline, $size, $verbosity ); } public function overwriteError($messages, $newline = true, $size = null, $verbosity = self::NORMAL) { return $this->delegate->overwriteError( $messages, $newline, $size, $verbosity ); } public function ask($question, $default = null) { return $this->delegate->ask($question, $default); } public function askConfirmation($question, $default = true) { return $this->delegate->askConfirmation($question, $default); } public function askAndValidate($question, $validator, $attempts = null, $default = null) { return $this->delegate->askAndValidate( $question, $validator, $attempts, $default ); } public function askAndHideAnswer($question) { return $this->delegate->askAndHideAnswer($question); } public function select( $question, $choices, $default, $attempts = false, $errorMessage = 'Value "%s" is invalid', $multiselect = false, ) { return $this->delegate->select( $question, $choices, $default, $attempts, $errorMessage, $multiselect ); } } __halt_compiler();----SIGNATURE:----mlT7kIIDjo//IAfTOISHH/0UdhmaIzjTK2NsNjwU/sLizgUvEUyothq3yPDpYqY8zHkJeNwPCWut4DZQpc7Rz7PF2w4JETD5Z/LWWdHQdx/FSntureeYjGSlQI6NP+Zpp9CoZYpLtRnRwKoGWQZthICv8lnabPHiMN6E70LFyM555abhUz7eFGjUYXn1aloMYJ2iiINCxL4jrOG+qZFkLEA2fSg6nf6Ex8nfZLHNjX+29NLdwvRRTNS7w+AOOB9egcb5Gvrr27PZlUDZe4Fdf2sDCPk5sub+WRtOfmlkBb0wGlp+wIxN2aNKuWNlSZcWuq+T6G0UbfHVL3HazOA2+HGIonKV6Aw3iM5peNZIG+FaVEwUJf0PZHeFMw3E0rhksXxGNm98oQmGzy7Ugo3gqZkaa6jFD9VqDFWhDp84wfgv0DWAWhDFD6DE4h00W+I73Ze9JER+5LchiDdWvGo9FjK0jkGbRbnK55ufxJLFRLrS3g7v+bGjwnU7s1JDT/kMKY8npdfwo4a+BlIPc6X90/ESIxWfzTHe3XhoZqNCTfQI0/x4o0Z/2SmjSieMKS2kMGJumIHK8S4O20PBnq9KKvdfYCp8lUPwH3f8QZhyS/BWtexwbhbdchdp+tMHEuBAquyHZMYA9AH5lATD7PKcSNdbjmNCOX130aBoAsvgaQw=----ATTACHMENT:----NzMyMzYxODU1MTExMjEwMyA3OTEwODc1NjY3OTA2MjU1IDc3NTEzNTI3OTIyNTg1Mzg=