GDS\Store::setEntityClass PHP Method

setEntityClass() public method

Must be GDS\Entity, or a sub-class of it This method is here to maintain backwards compatibility. The Schema is responsible in 2.0+
public setEntityClass ( $str_class )
$str_class
    public function setEntityClass($str_class)
    {
        $this->obj_schema->setEntityClass($str_class);
        return $this;
    }