Tribe__Repository__Decorator::where_clause( $where )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function where_clause( $where ) {
$this->decorated->where_clause( $where );
}
{@inheritdoc}
File: src/Tribe/Repository/Decorator.php
public function where_clause( $where ) {
$this->decorated->where_clause( $where );
}