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