getGhostFieldValue( 'privateField' ); } public function getProtectedField() { return $this->getGhostFieldValue( 'protectedField' ); } public function getPublicField() { return $this->getGhostFieldValue( 'publicField' ); } }