rmrevin\yii\fontawesome\component\Icon::flip PHP Method

flip() public method

public flip ( string $value ) : self
$value string
return self
    public function flip($value)
    {
        return $this->addCssClass(FA::$cssPrefix . '-flip-' . $value, in_array((string) $value, [FA::FLIP_HORIZONTAL, FA::FLIP_VERTICAL], true), sprintf('%s - invalid value. Use one of the constants: %s.', 'FA::flip()', 'FA::FLIP_HORIZONTAL, FA::FLIP_VERTICAL'));
    }