/** * Gets the reference to the current direct parent * * @return string * * @since 4.0.0 */ protected function getStackLocation() { return implode('->', $this->stack); }