Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
setStyleByArray($style);
}
/**
* Get color.
*
* @return string
*/
public function getColor()
{
return $this->color;
}
/**
* Set color.
*
* @param string $value
*
* @return self
*/
public function setColor($value = null)
{
$this->color = $value;
return $this;
}
/**
* Get offset.
*
* @return string
*/
public function getOffset()
{
return $this->offset;
}
/**
* Set offset.
*
* @param string $value
*
* @return self
*/
public function setOffset($value = null)
{
$this->offset = $value;
return $this;
}
}