Elgg\Mocks\Database\SubtypeTable::getClass PHP Method

getClass() public method

public getClass ( $type, $subtype )
    public function getClass($type, $subtype)
    {
        $id = $this->getId($type, $subtype);
        if (empty($this->subtypes[$id]['class'])) {
            return false;
        }
        return $this->subtypes[$id]['class'];
    }