SourceType::getTypeAttribute PHP Method

getTypeAttribute() public method

public getTypeAttribute ( )
    public function getTypeAttribute()
    {
        return str_replace('DEFINITION', '', strtoupper(get_called_class()));
    }