lithium\tests\mocks\data\MockCollection::_set PHP Метод

_set() защищенный Метод

protected _set ( $data = null, $offset = null, $options = [] )
    protected function _set($data = null, $offset = null, $options = array())
    {
        $this->_data[$offset] = $data;
        return $data;
    }
MockCollection