WordPress\ORM\BaseModel::create PHP Méthode

create() public static méthode

Create a new model from the given data.
public static create ( $properties ) : self
Résultat self
    public static function create($properties)
    {
        return new static($properties);
    }