Mongolid\DataMapper\_polymorphableStudent::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $attr = [] )
    public function __construct($attr = [])
    {
        foreach ($attr as $key => $value) {
            $this->{$key} = $value;
        }
    }
_polymorphableStudent