WordPress\ORM\BaseModel::create PHP 메소드

create() 공개 정적인 메소드

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