Elgg\Mocks\Database\Annotations::get PHP Method

get() public method

public get ( $id )
    public function get($id)
    {
        if (empty($this->mocks[$id])) {
            return false;
        }
        return $this->mocks[$id];
    }