phake\Builder::assign_description PHP Метод

assign_description() приватный Метод

private assign_description ( $thing )
    private function assign_description($thing)
    {
        if ($this->description !== null && !$thing->has_description()) {
            $thing->set_description($this->description);
        }
        $this->description = null;
    }