Completed
Pull Request — 3.1 (#3)
by Gordon
02:49
created

ImagePointOfInterestExtension::updateCMSFields()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %
Metric Value
dl 0
loc 3
rs 10
cc 1
eloc 1
nc 1
nop 1
1
<?php
2
3
class ImagePointOfInterestExtension extends DataExtension
4
{
5
    private static $has_one = array(
6
        'POIImage' => 'Image',
7
    );
8
}
9