GraphAware\Reco4PHP\Common\ObjectSet::get PHP Method

get() public method

public get ( $key )
    public function get($key)
    {
        return $this->elements[$key];
    }