PhpOffice\PhpPresentation\Style\SchemeColor::getValue PHP Метод

getValue() публичный Метод

public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->value;
    }

Usage Example

Пример #1
0
 /**
  * @param SchemeColor $schemeColor
  * @return $this
  */
 public function addSchemeColor(SchemeColor $schemeColor)
 {
     $this->arraySchemeColor[$schemeColor->getValue()] = $schemeColor;
     return $this;
 }