public function getTarget() : string { return $this->isValid() ? $this->className . '::' . $this->methodName : ''; }