Nette\Database\Conventions\StaticConventions::getPrimary PHP Méthode

getPrimary() public méthode

public getPrimary ( $table )
    public function getPrimary($table)
    {
        return sprintf($this->primary, $this->getColumnFromTable($table));
    }