* @link http://wp-dreams.com, http://codecanyon.net/user/anago/portfolio * @copyright Copyright (c) 2014, Ernest Marcinko */ class wpdreamsBorder extends wpdreamsType { private $topleft; private $topright; private $bottomright; private $bottomleft; private $color; private $width; private $style; private $border_styles = array( 'none', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset' ); function getType() { parent::getType(); $this->processData(); ?>