| Current Path : /home/icmq6107/public_html/wp-content/plugins/sfwd-lms/includes/classes/ |
| Current File : /home/icmq6107/public_html/wp-content/plugins/sfwd-lms/includes/classes/class-ldlms-topic-model.php |
<?php
if ( ( class_exists( 'LDLMS_Model_Post' ) ) && ( ! class_exists( 'LDLMS_Model_Topic' ) ) ) {
class LDLMS_Model_Topic extends LDLMS_Model_Post {
private static $post_type = 'sfwd-topic';
function __construct( $topic_id = 0 ) {
$this->load( $topic_id );
}
// Endof functions.
}
}