79        $this->visible = 
false;
 
   80        $this->blurRadius = 6;
 
  107        $this->visible = $pValue;
 
  131        $this->blurRadius = $pValue;
 
  155        $this->distance = $pValue;
 
  179        $this->direction = $pValue;
 
  203        $this->alignment = $pValue;
 
  227        $this->
color = $pValue;
 
  251        $this->alpha = $pValue;
 
  264            ($this->visible ? 
't' : 
'f') .
 
  269            $this->
color->getHashCode() .
 
  280        $vars = get_object_vars($this);
 
  281        foreach ($vars as 
$key => $value) {
 
  282            if (is_object($value)) {
 
  283                $this->
$key = clone $value;
 
  285                $this->
$key = $value;
 
An exception for terminatinating execution or to throw for unit testing.
const SHADOW_BOTTOM_RIGHT
__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.
getBlurRadius()
Get Blur radius.
setAlpha($pValue)
Set Alpha.
setDirection($pValue)
Set Shadow direction (in degrees).
getHashCode()
Get hash code.
setVisible($pValue)
Set Visible.
setDistance($pValue)
Set Shadow distance.
getDistance()
Get Shadow distance.
setAlignment($pValue)
Set Shadow alignment.
setColor(?Color $pValue=null)
Set Color.
setBlurRadius($pValue)
Set Blur radius.
__construct()
Create a new Shadow.
getDirection()
Get Shadow direction (in degrees).
getAlignment()
Get Shadow alignment.
if(PHP_SAPI !='cli') color