ARContract::model PHP Method

model() public static method

public static model ( $className = __CLASS__ )
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }