Deployer\Builder\BuilderInterface::password PHP Метод

password() публичный Метод

Set password for connection
public password ( string | null | Deployer\Server\Password\PasswordGetterInterface $password = null ) : Deployer\Builder\BuilderInterface
$password string | null | Deployer\Server\Password\PasswordGetterInterface If you did not define password it will be asked on connection.
Результат Deployer\Builder\BuilderInterface
    public function password($password = null);