A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.yiiframework.com/doc/api/2.0/yii-db-conditions-conjunctioncondition below:

ConjunctionCondition, yii\db\conditions\ConjunctionCondition | API Documentation for Yii 2.0

Abstract Class yii\db\conditions\ConjunctionCondition

Class ConjunctionCondition

Property Details Method Details

Hide inherited methods

public void __construct ( $expressions ) $expressions mixed

Source code

                public function __construct($expressions) // TODO: use variadic params when PHP>5.6
{
    $this->expressions = $expressions;
}

            

Source code

                public function getExpressions()
{
    return $this->expressions;
}

            

Returns the operator that is represented by this condition class, e.g. AND, OR.

Source code

                abstract public function getOperator();

            

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4