username = $username; } /** * Get the username that was locked out. * * @return string */ public function get_username() { return $this->username; } public function make_execute_lock_context() { return new Execute_Lock\Username_Context( $this, $this->get_username() ); } }