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