skeeks\cms\components\ImagingUrlRule::init PHP 메소드

init() 공개 메소드

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