예제 #1
0
파일: dot_base.php 프로젝트: RA2WP/RA2WP
 /**
  * The constructor, takes an optional $value
  */
 function solid_dot($value = null)
 {
     parent::dot_base('solid-dot', $value);
 }
예제 #2
0
	/**
	 * The constructor, takes an optional $value
	 */
	function __construct($value=null)
	{
		parent::__construct( 'solid-dot', $value );
	}