Example #1
0
	/**
	 * I use this wrapper for default dot types,
	 * it just makes the code easier to read.
	 */
	public function __construct($colour, $size)
	{
		parent::hollow_dot();
		$this->colour($colour)->size($size);
	}
Example #2
0
 /**
  * I use this wrapper for default dot types,
  * it just makes the code easier to read.
  */
 function s_hollow_dot($colour, $size)
 {
     parent::hollow_dot();
     $this->colour($colour)->size($size);
 }