Prado\Collections\TAttributeCollection::_getZappableSleepProps PHP Méthode

_getZappableSleepProps() protected méthode

Reimplement in derived classes to add new variables, but remember to also to call the parent implementation first.
protected _getZappableSleepProps ( &$exprops )
    protected function _getZappableSleepProps(&$exprops)
    {
        parent::_getZappableSleepProps($exprops);
        if ($this->_caseSensitive === false) {
            $exprops[] = "TAttributeCollection_caseSensitive";
        }
    }