Inpsyde\MultilingualPress\Database\Table\ContentRelationsTable::__construct PHP 메소드

__construct() 공개 메소드

Constructor. Set up the properties.
부터: 3.0.0
public __construct ( string $prefix = '' )
$prefix string Optional Table name prefix. Defaults to empty string.
    public function __construct($prefix = '')
    {
        $this->prefix = (string) $prefix;
    }