AddToListCommand::_execute PHP Method

_execute() protected method

protected _execute ( )
    protected function _execute()
    {
        //add an incrementing counter to the list reference
        $this->list[] = self::$ID++;
    }
AddToListCommand