Webiny\Component\Entity\Entity::reset PHP Method

reset() public method

Remove all loaded instances from pool
public reset ( )
    public function reset()
    {
        $this->pool = $this->arr();
    }