function __construct()
 {
     $this->libraryDefault = array('script' => array('use' => 1, 'inc' => true, 'path' => PLUGIN_PAGE_BUILDER_SCRIPT_URL, 'file' => '', 'in_footer' => true, 'dependencies' => array('jquery')), 'style' => array('use' => 1, 'inc' => true, 'path' => PLUGIN_PAGE_BUILDER_STYLE_URL, 'file' => '', 'dependencies' => array()));
     $this->pluginOptionDeafult = array('enable_post' => 0, 'enable_page' => 1);
     $this->lineProperty = array('css_class' => '', 'css_group' => '', 'layout_line' => '', 'bg_position' => '', 'bg_repeat' => '', 'bg_image' => '', 'bg_size_a' => '', 'bg_size_b' => '', 'bg_parallax_enable' => '0', 'bg_parallax_mobile_enable' => '0', 'bg_parallax_speed' => '30', 'video_format_webm' => '', 'video_format_ogg' => '', 'video_format_mp4' => '', 'video_poster' => '', 'video_autoplay' => '', 'video_loop' => '', 'video_muted' => '', 'video_control' => '', 'video_mobile_enable' => '0', 'bg_color' => '', 'overlay_color' => '', 'padding_top' => '', 'padding_right' => '', 'padding_bottom' => '', 'padding_left' => '', 'border_top_style' => '', 'border_top_width' => '', 'border_top_color' => '', 'border_right_style' => '', 'border_right_width' => '', 'border_right_color' => '', 'border_bottom_style' => '', 'border_bottom_width' => '', 'border_bottom_color' => '', 'border_left_style' => '', 'border_left_width' => '', 'border_left_color' => '', 'waypoint_type' => '', 'waypoint_offset_initial' => '', 'waypoint_duration' => '', 'waypoint_easing' => '');
     PBInclude::includeFile(get_template_directory() . '/pb_config.php');
     $this->prepareLibrary();
 }
 function includeLibrary($path)
 {
     PBInclude::includeFile(PLUGIN_PAGE_BUILDER_PATH . 'component/' . $this->getComponentId() . '/library/' . $path);
 }