Exakat\Tasks\Load::addAtom PHP Method

addAtom() private method

private addAtom ( $atom )
    private function addAtom($atom)
    {
        ++$this->atomCount;
        $this->atoms[$this->atomCount] = array('id' => $this->atomCount, 'atom' => $atom);
        return $this->atomCount;
    }
Load