Tribe__Repository::set_args( $update_map )
{@inheritdoc}
Source
File: src/Tribe/Repository.php
public function set_args( array $update_map ) {
foreach ( $update_map as $key => $value ) {
$this->set( $key, $value );
}
return $this;
}
{@inheritdoc}
File: src/Tribe/Repository.php
public function set_args( array $update_map ) {
foreach ( $update_map as $key => $value ) {
$this->set( $key, $value );
}
return $this;
}