skeeks\cms\components\ImagingUrlRule::init PHP Method

init() public method

public init ( )
    public function init()
    {
        if ($this->name === null) {
            $this->name = __CLASS__;
        }
    }