OEModule\OphCoCvi\models\Element_OphCoCvi_ClericalInfo::model PHP 메소드

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( null | string $className = __CLASS__ ) : the
$className null | string
리턴 the static model class
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }