Mlp_Translatable_Post_Data::set_linked_element PHP 메소드

set_linked_element() 공개 메소드

set the source id of the element
public set_linked_element ( integer $source_content_id, integer $remote_site_id, integer $remote_content_id ) : void
$source_content_id integer ID of current element
$remote_site_id integer ID of remote site
$remote_content_id integer ID of remote content
리턴 void
    public function set_linked_element($source_content_id, $remote_site_id, $remote_content_id)
    {
        $this->content_relations->set_relation($this->source_site_id, $remote_site_id, $source_content_id, $remote_content_id, 'post');
    }