db\ActiveRelationTrait $multiple

$multiple public property

Whether this query represents a relation to more than one record. This property is only used in relational context. If true, this relation will populate all query results into AR instances using all(). If false, only the first row of the results will be retrieved using one().

public boolean $multiple = null
doc_Yii
2016-10-30 16:56:31
Comments
Leave a Comment

Please login to continue.