_childProducts === null) { $this->_childProducts = $this->_getChildProducts(); } return $this->_childProducts; } /** * Retrieve id of details table placeholder in template * * @return string */ public function getDetailsPlaceholderId() { return $this->getPlaceholderId() . '-details'; } }