Exakat\Tasks\Load::addAtom PHP Метод

addAtom() приватный Метод

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