Tribe__Repository::filter_name( $filter_name )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function filter_name( $filter_name ) {
$this->filter_name = trim( $filter_name );
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function filter_name( $filter_name ) {
$this->filter_name = trim( $filter_name );
return $this;
}